Skip to content

Commit c1cce9f

Browse files
authored
Merge pull request #18 from tflight/master
Test with PHP 7.1 but allow build failures
2 parents 9bf2d8d + b18a1e7 commit c1cce9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ php:
44
- 5.5
55
- 5.6
66
- 7.0
7+
- 7.1
78
- hhvm
89

10+
matrix:
11+
allow_failures:
12+
- php: 7.1
13+
914
before_script: composer install
1015

1116
script: phpunit --coverage-text

0 commit comments

Comments
 (0)