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 cd3fe91 + a19cbf6 commit b70d227Copy full SHA for b70d227
.travis.yml
@@ -7,7 +7,6 @@ php:
7
- 5.5
8
- 5.6
9
- hhvm
10
- - hhvm-nightly
11
12
before_script:
13
- ./.travis.install.sh
@@ -21,7 +20,3 @@ script:
21
20
22
after_script:
23
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
24
-
25
-matrix:
26
- allow_failures:
27
- - php: hhvm-nightly
0 commit comments