Skip to content

Commit

Permalink
travis: added PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 24, 2017
1 parent 2033dd4 commit b4d2e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php
php:
- 7.0
- 7.1
- 7.2

env:
matrix:
Expand All @@ -14,6 +15,7 @@ matrix:
allow_failures:
- php: 7.0
env: coverage=on
- php: 7.2

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

0 comments on commit b4d2e78

Please sign in to comment.