From f74e0bfc7d6c55a1a25e538dfc3c50f85dc1d5ac Mon Sep 17 00:00:00 2001 From: Thibaud Fabre Date: Thu, 6 Oct 2016 09:56:59 +0200 Subject: [PATCH] Fix extension configuration in build configurations --- .travis.yml | 2 +- circle.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08a67c7b43..d5d2409b97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ before_install: - yes | pecl install imagick-beta - sudo apt-get install librabbitmq-dev - pecl install amqp-1.4.0 - - echo "extension=amqp.so" > /opt/circleci/.phpenv/versions/$(phpenv global)/etc/conf.d/amqp.ini + - echo "extension=amqp.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini install: - if [[ $TRAVIS_PHP_VERSION = 5.* ]];then travis_retry composer install --no-progress --no-interaction --optimize-autoloader; fi; - if [[ $TRAVIS_PHP_VERSION = 7.* ]];then travis_retry composer update --no-progress --no-interaction --optimize-autoloader; fi; diff --git a/circle.yml b/circle.yml index c301a9abad..8d48c3e9fa 100644 --- a/circle.yml +++ b/circle.yml @@ -24,7 +24,6 @@ dependencies: pre: - sudo apt-get install librabbitmq-dev - pecl install amqp-1.4.0 - - echo "extension=amqp.so" > /opt/circleci/.phpenv/versions/$(phpenv global)/etc/conf.d/amqp.ini - yes '' | pecl install imagick - pecl install json - yes '' | pecl install zmq-beta