Skip to content

Commit

Permalink
Merge pull request #19 from stof/patch-1
Browse files Browse the repository at this point in the history
Remove the hhvm-nightly job from the matrix
  • Loading branch information
Ocramius committed May 13, 2015
2 parents cd3fe91 + a19cbf6 commit b70d227
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ php:
- 5.5
- 5.6
- hhvm
- hhvm-nightly

before_script:
- ./.travis.install.sh
Expand All @@ -21,7 +20,3 @@ script:

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

matrix:
allow_failures:
- php: hhvm-nightly

0 comments on commit b70d227

Please sign in to comment.