Implement recommended pecl channel-update

This commit is contained in:
Damian Mooyman 2017-10-09 12:59:58 +13:00 committed by Sam Minnée
parent 311811a261
commit cc99b2ec19
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ matrix:
before_script:
# Init PHP
- export CORE_RELEASE=$TRAVIS_BRANCH
- pecl channel-update pecl.php.net
- printf "\n" | pecl install imagick
- phpenv rehash
- phpenv config-rm xdebug.ini || true