From a610c3a37dcd468c427534d360f18e8002c4c7d7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 24 May 2017 15:19:56 +0200 Subject: [PATCH] Removed HHVM from Travis CI test matrix --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e29c036b..dbcf72f4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,16 +12,9 @@ matrix: - php: 5.6 - php: 7.0 - php: 7.1 - # Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version - - php: hhvm - sudo: required - dist: trusty - group: edge - allow_failures: - - php: hhvm before_install: - - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi + - phpenv config-rm xdebug.ini - composer self-update install: