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 ee74ba6Copy full SHA for ee74ba6
.travis.yml
@@ -31,6 +31,7 @@ before_script:
31
- if dpkg --compare-versions ${SERVER_VERSION} le "2.4"; then export SERVER_SERVICE=mongodb; else export SERVER_SERVICE=mongod; fi
32
- if ! nc -z localhost 27017; then sudo service ${SERVER_SERVICE} start; fi
33
- mongod --version
34
+ - pecl config-set php_ini ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
35
- pecl install -f mongodb-${DRIVER_VERSION}
36
- php --ri mongodb
37
- composer install --dev --no-interaction --prefer-source
0 commit comments