From: Timo Tijhof Date: Wed, 23 Jan 2019 03:22:28 +0000 (-0800) Subject: build: Remove newer HHVM versions we'll never support X-Git-Tag: 1.34.0-rc.0~3024 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_modifier.php?a=commitdiff_plain;h=c7d0fa0ee999fb26823c2873f56c69a867fe9d1b;p=lhc%2Fweb%2Fwiklou.git 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 --- 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