Commit 3ba5c438 authored by Jeremy Mikola's avatar Jeremy Mikola

Manually register mongodb.so for PHP 5.4 builds on Travis

See: https://github.com/travis-ci/travis-ci/issues/5143
parent 3c931e8e
......@@ -32,6 +32,7 @@ before_script:
- if ! nc -z localhost 27017; then sudo service ${SERVER_SERVICE} start; fi
- mongod --version
- pecl install -f mongodb-${DRIVER_VERSION}
- if [ "$(php -v | grep 'PHP 5.4')" ]; then echo 'extension = mongodb.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
- php --ri mongodb
- composer install --dev --no-interaction --prefer-source
- ulimit -c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment