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.
2 parents 25b4f3c + ea8e328 commit 4a62c9dCopy full SHA for 4a62c9d
1 file changed
.travis.yml
@@ -4,7 +4,6 @@ php:
4
- 5.5
5
- 5.6
6
- 7.0
7
- - hhvm
8
9
cache:
10
directories:
@@ -31,4 +30,4 @@ script:
31
30
- bin/phpunit --coverage-clover build/logs/clover.xml
32
33
after_script:
34
- - php bin/coveralls -v
+ - if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then php bin/coveralls -v; fi;
0 commit comments