We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c931e8 commit 3ba5c43Copy full SHA for 3ba5c43
.travis.yml
@@ -32,6 +32,7 @@ before_script:
32
- if ! nc -z localhost 27017; then sudo service ${SERVER_SERVICE} start; fi
33
- mongod --version
34
- pecl install -f mongodb-${DRIVER_VERSION}
35
+ - if [ "$(php -v | grep 'PHP 5.4')" ]; then echo 'extension = mongodb.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
36
- php --ri mongodb
37
- composer install --dev --no-interaction --prefer-source
38
- ulimit -c
0 commit comments