Skip to content

Commit e7531c4

Browse files
authored
Merge pull request #1 from TangRufus/test-php-72
TravisCI: Test PHP 7.2 and nightly
2 parents 562453a + 56b00bc commit e7531c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ php:
66
- '5.6'
77
- '7.0'
88
- '7.1'
9+
- '7.2'
10+
- nightly
911
- hhvm
10-
12+
matrix:
13+
allow_failures:
14+
- php: nightly
15+
1116
before_script:
1217
- composer install --no-interaction
1318

0 commit comments

Comments
 (0)