From: gggeek 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/?p=plcapi.git;a=commitdiff_plain;h=51da835d34f41fae0a3dceb795e2af68ba73d28c;hp=cc67a43993662a5a3f92801b96b89ee6e3998532 Allow hhvm testsuite failures not to fail the Travis build --- 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