build: Remove newer HHVM versions we'll never support
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 23 Jan 2019 03:22:28 +0000 (19:22 -0800)
committerBryanDavis <bdavis@wikimedia.org>
Wed, 23 Jan 2019 05:18:30 +0000 (05:18 +0000)
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

index 3be6531..07b18e6 100644 (file)
@@ -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