Skip to content

Commit

Permalink
Don't run our tests on hhvm-nightly anymore.
Browse files Browse the repository at this point in the history
Hhvm does not build hhvm-nightly packages anymore for ubuntu-precise. (travis-ci/travis-ci#3788)
This means that this feature is broken and won't work anymore in the (near) future.
  • Loading branch information
WouterSioen committed May 19, 2015
1 parent 1ba9f50 commit 870328d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -8,11 +8,9 @@ matrix:
- php: 5.6
- php: 7
- php: hhvm
- php: hhvm-nightly
allow_failures:
- php: 7
- php: hhvm
- php: hhvm-nightly

script:
- phpunit -c app/ --coverage-clover=coverage.clover
Expand Down

0 comments on commit 870328d

Please sign in to comment.