From 4bed726b7e4868915ebe7896df900641c826e0fd Mon Sep 17 00:00:00 2001 From: Matthias Mullie Date: Fri, 2 Feb 2018 13:01:03 +0100 Subject: [PATCH] Figure out where hhvm test is failing --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3b32df..c045228 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ dist: trusty +# note: don't actually need sudo, but in order to use the deprecated image +# (for HHVM failure reasons), we must for now +# @see https://blog.travis-ci.com/2017-12-12-new-trusty-images-q4-launch +sudo: required +group: deprecated-2017Q4 language: php php: - - 7.2 - - 7.1 - - 7.0 - - 5.6 - - 5.5 - - 5.4 - hhvm before_script: