Skip to content

Commit da827a7

Browse files
committed
travis: added PHP 7.1
1 parent 7212326 commit da827a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ language: php
22
php:
33
- 5.6
44
- 7.0
5+
- 7.1
56

67
matrix:
78
include:
89
- php: 5.6
910
env: dependencies="--prefer-lowest --prefer-stable"
1011

12+
allow_failures:
13+
- php: 7.1
14+
1115
script:
1216
- vendor/bin/tester tests -s -c tests/php-unix.ini $coverage
1317
- php temp/code-checker/src/code-checker.php --short-arrays

0 commit comments

Comments
 (0)