From: Timo Tijhof Date: Wed, 22 Feb 2017 01:06:07 +0000 (-0800) Subject: build: Update HHVM for Travis to 3.12 X-Git-Tag: 1.31.0-rc.0~4015^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=67737a267f453bf1cd918276a199378b080ae2a0;p=lhc%2Fweb%2Fwiklou.git 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 --- 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