From 51da835d34f41fae0a3dceb795e2af68ba73d28c Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 11 Jul 2015 22:48:46 +0100 Subject: [PATCH] Allow hhvm testsuite failures not to fail the Travis build --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index efe4af9..6033065 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 -- 2.43.0