Merge pull request #7783 from nupplaphil/bug/travis_ci

Fix travis - Remove APCu setting for PHP 7.2/7.3
This commit is contained in:
Tobias Diekershoff 2019-10-29 06:50:19 +01:00 committed by GitHub
commit ccec35bbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ before_script:
- mysql -utravis test < database.sql
- pecl channel-update pecl.php.net
- pecl config-set preferred_state beta
- if [[ $TRAVIS_PHP_VERSION != "7.1" ]]; then echo yes | pecl upgrade apcu; fi
- if [[ $TRAVIS_PHP_VERSION != "7.1" ]]; then phpenv config-add .travis/apcu.ini; fi
- phpenv config-add .travis/redis.ini
- phpenv config-add .travis/memcached.ini