Try hhvm instead of nightly

HHVM nightly is no longer supported on Ubuntu Precise.
See https://github.com/travis-ci/travis-ci/issues/3788 and https://github.com/facebook/hhvm/issues/5220
pull/4/head
Jeremy Benoist 11 years ago
parent 814c6e4730
commit eecae93161
  1. 4
      .travis.yml

@ -7,14 +7,14 @@ php:
- 5.5
- 5.6
- nightly
- hhvm-nightly
- hhvm
# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm-nightly
- php: hhvm
# faster builds on new travis setup not using sudo
sudo: false

Loading…
Cancel
Save