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.
2 parents 5ed671b + a7cc2c8 commit 5f5f526Copy full SHA for 5f5f526
.travis.yml
@@ -46,7 +46,7 @@ before_script:
46
- mongod --version
47
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then pecl install -f mongodb-1.1.2; fi;
48
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
49
- - php --ri mongodb
+ - if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then php --ri mongodb; fi;
50
- travis_retry composer install --prefer-source --no-interaction
51
- travis_retry composer self-update
52
0 commit comments