Skip to content

Commit

Permalink
Merge pull request #1009 from liip/php-72
Browse files Browse the repository at this point in the history
test with php 7.2
  • Loading branch information
dbu committed Nov 18, 2017
2 parents 3084c77 + 4a69a44 commit 713e36f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

cache:
directories:
Expand Down Expand Up @@ -67,5 +68,3 @@ script:

after_script:
- if [ "${TRAVIS_PHP_VERSION}" != "5.3" ]; then bin/coveralls -vvv; fi;

...

0 comments on commit 713e36f

Please sign in to comment.