Skip to content

Commit

Permalink
Fix: Remove hhvm-nightly from build matrix
Browse files Browse the repository at this point in the history
This PR

* [x] removes `hhvm-nightly` from the build matrix 

> HHVM nightly is no longer supported on Ubuntu Precise. See travis-ci/travis-ci#3788 and facebook/hhvm#5220
  • Loading branch information
localheinz committed Jul 16, 2015
1 parent 8ae923a commit b99298b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ php:
- 5.6
- 7.0
- hhvm
- hhvm-nightly

matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly

before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
Expand Down

0 comments on commit b99298b

Please sign in to comment.