.travis.yml: Enable HHVM nightly builds

This commit is contained in:
Daniel Rudolf 2016-10-11 18:21:14 +02:00
parent da3d5a7e6f
commit 19bc3412ad
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -6,12 +6,14 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm
- nightly
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: nightly
- php: hhvm-nightly
fast-finish: true
notifications: