Skip to content

Commit a19cbf6

Browse files
committed
Remove the hhvm-nightly job from the matrix
hhvm-nightly is not available anymore on Travis for now, because HHVM dropped support for Ubuntu 10.04
1 parent cd3fe91 commit a19cbf6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ php:
77
- 5.5
88
- 5.6
99
- hhvm
10-
- hhvm-nightly
1110

1211
before_script:
1312
- ./.travis.install.sh
@@ -21,7 +20,3 @@ script:
2120

2221
after_script:
2322
- 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

Comments
 (0)