.travis.yml: Enable HHVM nightly builds
This commit is contained in:
parent
da3d5a7e6f
commit
19bc3412ad
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue