Skip to content

Commit

Permalink
Test on php 7.2 too
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 26, 2017
1 parent 54dacd2 commit a6bdac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ matrix:
- php: 7.0
env: setup=lowest
- php: 7.1
- php: 7.2
- php: hhvm
allow_failures:
- php: hhvm
Expand All @@ -32,5 +33,5 @@ script:
- vendor/bin/phpunit --verbose --coverage-clover=coverage.clover

after_success:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]] && [[ "$TRAVIS_PHP_VERSION" != "nightly" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]] && [[ "$TRAVIS_PHP_VERSION" != "nightly" ]]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

0 comments on commit a6bdac0

Please sign in to comment.