Commit d51ebc29 authored by Jeremy Mikola's avatar Jeremy Mikola

Test server 4.0 by default in Travis and bump older versions

parent 158cc216
...@@ -16,7 +16,7 @@ cache: ...@@ -16,7 +16,7 @@ cache:
env: env:
global: global:
- DRIVER_VERSION=1.5.0 - DRIVER_VERSION=1.5.0
- SERVER_VERSION=3.6.2 - SERVER_VERSION=4.0.0
matrix: matrix:
fast_finish: true fast_finish: true
...@@ -31,10 +31,13 @@ matrix: ...@@ -31,10 +31,13 @@ matrix:
- SERVER_VERSION=3.0.15 - SERVER_VERSION=3.0.15
- php: 7.0 - php: 7.0
env: env:
- SERVER_VERSION=3.2.18 - SERVER_VERSION=3.2.20
- php: 7.0 - php: 7.0
env: env:
- SERVER_VERSION=3.4.11 - SERVER_VERSION=3.4.15
- php: 7.0
env:
- SERVER_VERSION=3.6.5
before_install: before_install:
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami` - pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment