From 1739793a9d69897161f6b5dba720b9aa83f39ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 1 Mar 2017 10:06:02 +0100 Subject: [PATCH] Test against multiple HHVM versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #13040 Signed-off-by: Michal Čihař --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05f516f24d..467942fef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,9 @@ php: - "7.0" - "5.6" - "5.5" - - hhvm + - hhvm-3.3 + - hhvm-3.12 + - hhvm-3.18 sudo: false