From: gggeek <giunta.gaetano@gmail.com>
Date: Sat, 11 Jul 2015 21:48:46 +0000 (+0100)
Subject: Allow hhvm testsuite failures not to fail the Travis build
X-Git-Tag: 4.0.0-alpha^2~15
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=51da835d34f41fae0a3dceb795e2af68ba73d28c;p=plcapi.git

Allow hhvm testsuite failures not to fail the Travis build
---

diff --git a/.travis.yml b/.travis.yml
index efe4af90..6033065f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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