From b0aba3c6e984f4f6b4acebfc3827ebeb05de1a2e Mon Sep 17 00:00:00 2001 From: David Porter Date: Mon, 11 Jun 2018 15:09:57 -0500 Subject: [PATCH] chore(travis): add hhvm to allow_failures --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ebf29d24..3b4f5fc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ matrix: dist: trusty allow_failures: - php: 'nightly' + - php: hhvm before_install: - if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi