Fix travis - Remove 7.2/7.3 setting

This commit is contained in:
Philipp Holzer 2019-10-28 21:51:33 +01:00
parent f2c0877d70
commit 3e2a4f3f73
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
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