We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51f582 commit 4721124Copy full SHA for 4721124
.travis.yml
@@ -39,7 +39,7 @@ before_script:
39
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-${DRIVER_VERSION}; fi
40
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then composer config "platform.ext-mongo" "1.6.16" && composer require "alcaeus/mongo-php-adapter=${ADAPTER_VERSION}"; fi
41
- mysql -e 'create database unittest;'
42
- - sudo service mongod start
+ - service mongod start
43
- travis_retry composer self-update
44
- travis_retry composer install --no-interaction
45
0 commit comments