From f2894092b8ee4ec26a63cb49993dd9c606489133 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 8 Jun 2018 16:22:43 +0200 Subject: [PATCH] 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 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1