Add hhvm-nightly to Travis config.

This commit is contained in:
Justin Hileman
2014-12-27 07:29:04 -08:00
parent 7cbc0d0796
commit 633d1f2913
+6
View File
@@ -14,3 +14,9 @@ php:
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm-nightly
fast_finish: true