Skip to content

Commit

Permalink
fix php 7.1 build on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 1, 2016
1 parent a240b29 commit 8445b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cache:
- $HOME/.composer/cache

before_script:
- phpenv config-rm xdebug.ini
- if [ $TRAVIS_PHP_VERSION = "7.0" ]; then phpenv config-rm xdebug.ini; fi
- sudo cp $TRAVIS_BUILD_DIR/provision/rabbitmq.config /etc/rabbitmq/
- sudo service rabbitmq-server restart
- echo "extension = amqp.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
Expand Down

0 comments on commit 8445b2a

Please sign in to comment.