Allow hhvm testsuite failures not to fail the Travis build
authorgggeek <giunta.gaetano@gmail.com>
Sat, 11 Jul 2015 21:48:46 +0000 (22:48 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sat, 11 Jul 2015 21:48:46 +0000 (22:48 +0100)
.travis.yml

index efe4af9..6033065 100644 (file)
@@ -8,6 +8,11 @@ php:
   - 7.0
   - hhvm
 
+matrix:
+    # current versions of hhvm do fail one test... see https://github.com/facebook/hhvm/issues/4837
+    allow_failures:
+        - php: hhvm
+
 before_install:
   # This is mandatory or the 'apt-get install' calls following will fail
   - sudo apt-get update -qq