Skip to content

Commit b4d2e78

Browse files
committed
travis: added PHP 7.2
1 parent 2033dd4 commit b4d2e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 7.0
44
- 7.1
5+
- 7.2
56

67
env:
78
matrix:
@@ -14,6 +15,7 @@ matrix:
1415
allow_failures:
1516
- php: 7.0
1617
env: coverage=on
18+
- php: 7.2
1719

1820
script:
1921
- vendor/bin/tester tests -s -c tests/php-unix.ini $coverageArgs

0 commit comments

Comments
 (0)