We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f01cfa commit c69b2efCopy full SHA for c69b2ef
.travis.yml
@@ -5,7 +5,8 @@ php:
5
- 5.5
6
- 5.6
7
- 7.0
8
- - hhvm
+ - 7.1
9
+ - 7.2
10
11
sudo: false
12
@@ -17,5 +18,5 @@ script:
17
18
- phpunit --coverage-text --coverage-clover=coverage.clover
19
20
after_script:
- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
21
- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
+ - wget https://scrutinizer-ci.com/ocular.phar
22
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
0 commit comments