We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2376d9 commit 3275610Copy full SHA for 3275610
1 file changed
.travis.yml
@@ -4,6 +4,8 @@ php:
4
- 7.1
5
- 7.2
6
- nightly
7
+services:
8
+ - mongodb
9
env:
10
- PREFER_LOWEST="--prefer-lowest --prefer-stable"
11
- PREFER_LOWEST=""
@@ -12,6 +14,8 @@ matrix:
12
14
allow_failures:
13
15
- php: nightly
16
before_script:
17
+ - composer self-update
18
+ - yes '' | pecl install -f mongodb-1.1
19
- composer update $PREFER_LOWEST
20
script:
21
- ./vendor/bin/phpunit --coverage-clover clover.xml
0 commit comments