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
This commit is contained in:
Jeremy Benoist
2015-06-10 09:33:25 +02:00
parent 814c6e4730
commit eecae93161
+2 -2
View File
@@ -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