Skip to content

Commit b70d227

Browse files
committed
Merge pull request #19 from stof/patch-1
Remove the hhvm-nightly job from the matrix
2 parents cd3fe91 + a19cbf6 commit b70d227

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)