We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe49676 commit 83f95edCopy full SHA for 83f95ed
.travis.yml
@@ -11,7 +11,7 @@ env:
11
- DRIVER_VERSION="stable"
12
- ADAPTER_VERSION="^1.0.0"
13
14
-sudo: false
+sudo: true
15
16
services:
17
- mongodb
@@ -41,6 +41,7 @@ before_script:
41
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-${DRIVER_VERSION}; fi
42
- 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
43
- mysql -e 'create database unittest;'
44
+ - sudo service mongod start
45
- travis_retry composer self-update
46
- travis_retry composer install --no-interaction
47
0 commit comments