Skip to content

Commit 7e96e72

Browse files
mheijkoopkoenpunt
authored andcommitted
Run tests on PHP 7.0 and 7.1 (#554)
With failures allowed for 7.0 and 7.1 and fast finish enabled.
1 parent 7220379 commit 7e96e72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,13 @@ php:
1515
- 5.3
1616
- 5.4
1717
- 5.5
18+
- 7.0
19+
- 7.1
20+
21+
matrix:
22+
allow_failures:
23+
- php: 7.0
24+
- php: 7.1
25+
fast_finish: true
1826

1927
script: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)