From 67737a267f453bf1cd918276a199378b080ae2a0 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 21 Feb 2017 17:06:07 -0800 Subject: [PATCH] build: Update HHVM for Travis to 3.12 Travis defaults 'hhvm' to 3.6.6 for back-compat, however newer versions are available. The latest supported version on Travis is 3.12, per . This also matches the version currently used in wmf production. Bug: T75175 Change-Id: I1c562f61acf83aa7f558b2e11a6af81d13523dea --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 973860569d..80769dc376 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: - env: dbtype=postgres php: 5.5 - env: dbtype=mysql - php: hhvm + php: hhvm-3.12 - env: dbtype=mysql php: 7 -- 2.20.1