From c7d0fa0ee999fb26823c2873f56c69a867fe9d1b Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 22 Jan 2019 19:22:28 -0800 Subject: [PATCH] build: Remove newer HHVM versions we'll never support Been failing for months. The believe that, defacto, the only version we support is HHVM 3.18. Interestingly, that build is failing too, possibly due to configuration differences between WMF and Travis. I'll keep it for now, in case wants to try and make it pass. Change-Id: Id2fd32db14686cba1f65f9aa015e2b7f9275f00c --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3be6531dc6..07b18e67b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,17 +45,11 @@ matrix: - env: dbtype=mysql dbuser=root php: 7 # https://docs.travis-ci.com/user/languages/php#HHVM-versions - - env: dbtype=mysql dbuser=root - php: hhvm-3.24 - - env: dbtype=mysql dbuser=root - php: hhvm-3.21 - env: dbtype=mysql dbuser=root php: hhvm-3.18 allow_failures: - php: 7.3 - php: hhvm-3.18 - - php: hhvm-3.21 - - php: hhvm-3.24 services: - mysql -- 2.20.1