From 371a2433a5a8f3eae0e0bf64b04c231a7d98a651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 1 Jun 2017 15:15:59 +0200 Subject: [PATCH] Remove tests on ancient hhvm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f83839c60..0ac25c3854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,8 @@ php: - "7.0" - "5.6" - "5.5" - - hhvm-3.3 - - hhvm-3.12 - - hhvm-3.18 + - "hhvm-3.12" + - "hhvm-3.18" sudo: required