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 158cc21 + d51ebc2 commit 3437688Copy full SHA for 3437688
.travis.yml
@@ -16,7 +16,7 @@ cache:
16
env:
17
global:
18
- DRIVER_VERSION=1.5.0
19
- - SERVER_VERSION=3.6.2
+ - SERVER_VERSION=4.0.0
20
21
matrix:
22
fast_finish: true
@@ -31,10 +31,13 @@ matrix:
31
- SERVER_VERSION=3.0.15
32
- php: 7.0
33
34
- - SERVER_VERSION=3.2.18
+ - SERVER_VERSION=3.2.20
35
36
37
- - SERVER_VERSION=3.4.11
+ - SERVER_VERSION=3.4.15
38
+ - php: 7.0
39
+ env:
40
+ - SERVER_VERSION=3.6.5
41
42
before_install:
43
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
0 commit comments