Browse Source

Add hhvm-nightly to Travis config.

Justin Hileman 11 years ago
parent
commit
633d1f2913
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -14,3 +14,9 @@ php:
   - 5.5
   - 5.6
   - hhvm
+  - hhvm-nightly
+
+matrix:
+  allow_failures:
+    - php: hhvm-nightly
+  fast_finish: true