Skip to content

Commit

Permalink
Merge pull request #177 from GrahamCampbell/patch-2
Browse files Browse the repository at this point in the history
Test on php 7.2 too
  • Loading branch information
stof authored Nov 27, 2017
2 parents 7b1f181 + a6bdac0 commit 0ed4a2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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 0ed4a2e

Please sign in to comment.