From 8bfd265f24d29b898353f75c218be24d5436bb29 Mon Sep 17 00:00:00 2001 From: Cal Henderson Date: Fri, 1 Mar 2019 00:33:42 +0000 Subject: [PATCH] pin version of hhvm we're testing no longer test nightly - composer is not supported --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b69b58d..767ce2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ php: - '7.0' - '7.1' - nightly - - hhvm - - hhvm-nightly + - hhvm-3.30 install: - composer self-update