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