From: Timo Tijhof Date: Fri, 8 Jun 2018 14:22:43 +0000 (+0200) Subject: build: Allow HHVM 3.21+ failures in Travis X-Git-Tag: 1.34.0-rc.0~5144^2 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=f2894092b8ee4ec26a63cb49993dd9c606489133;p=lhc%2Fweb%2Fwiklou.git build: Allow HHVM 3.21+ failures in Travis Keep them in the post-merge matrix, but don't make its failure affect the commit status indicator (e.g. "non-voting"). Wikimedia only runs HHVM 3.18 in production at the moment, and it seems these newer versions don't currently pass the test and fixing them is probably not a priority at the moment. Follows-up 8fde6115a8368e. Change-Id: I8f6e637882e89663257cafd8c832f71131a9c488 --- diff --git a/.travis.yml b/.travis.yml index 73e4af5438..e15fc55426 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,9 @@ matrix: php: hhvm-3.21 - env: dbtype=mysql dbuser=root php: hhvm-3.18 + allow_failures: + - php: hhvm-3.24 + - php: hhvm-3.21 services: - mysql