Sfoglia il codice sorgente

allow hhvm to fail for now

Justin Hileman 11 anni fa
parent
commit
8f831201bd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -6,3 +6,7 @@ php:
   - 5.5
   - 5.6
   - hhvm
+
+matrix:
+  allow_failures:
+    php: hhvm # See https://github.com/facebook/hhvm/pull/1860