From b80817613747a888541142a8a747f5dc5be8d711 Mon Sep 17 00:00:00 2001 From: Phy Date: Fri, 15 Feb 2019 10:27:53 -0500 Subject: [PATCH] Remove HHVM comment --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e4fc7599..75f20dd17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ install: - if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit; fi # Force PHPUnit 7 #2693; nightly will match $TRAVIS_PHP_VERSION > '7.1' rule before_script: - # Disable the HHVM JIT for faster Unit Testing - test -z "$DISABLE_FUNCTIONS" || echo "disable_functions=$DISABLE_FUNCTIONS" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - cp _test/mysql.conf.php.dist _test/mysql.conf.php - cp _test/pgsql.conf.php.dist _test/pgsql.conf.php