File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
matrix :
23
23
include :
24
24
- php : 5.6
25
- env : DRIVER_VERSION="1.5.8" SERVER_VERSION="2.6"
25
+ env : DRIVER_VERSION="1.5.8" SERVER_VERSION="2.6" PREFER_LOWEST="--prefer-lowest"
26
26
27
27
before_install :
28
28
- sudo apt-key adv --keyserver ${KEY_SERVER} --recv 7F0CEB10
@@ -42,7 +42,7 @@ before_script:
42
42
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q install -f mongo-${DRIVER_VERSION}; fi
43
43
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-${DRIVER_VERSION}; fi
44
44
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then composer require "alcaeus/mongo-php-adapter=${ADAPTER_VERSION}" --ignore-platform-reqs; fi
45
- - composer install --dev
45
+ - composer update ${PREFER_LOWEST}
46
46
47
47
script :
48
48
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
You can’t perform that action at this time.
0 commit comments