Skip to content

Commit 581188c

Browse files
committed
Test with mongodb-1.1.2 on Travis CI
1 parent 80a0d52 commit 581188c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ env:
1313
- MONGO_REPO_TYPE="precise/mongodb-enterprise/"
1414
- SOURCES_LOC="/etc/apt/sources.list.d/mongodb.list"
1515
matrix:
16-
- DRIVER_VERSION=1.1.1 SERVER_VERSION=2.4
17-
- DRIVER_VERSION=1.1.1 SERVER_VERSION=2.6
18-
- DRIVER_VERSION=1.1.1 SERVER_VERSION=3.0
19-
- DRIVER_VERSION=1.1.1 SERVER_VERSION=3.2
16+
- DRIVER_VERSION=1.1.2 SERVER_VERSION=2.4
17+
- DRIVER_VERSION=1.1.2 SERVER_VERSION=2.6
18+
- DRIVER_VERSION=1.1.2 SERVER_VERSION=3.0
19+
- DRIVER_VERSION=1.1.2 SERVER_VERSION=3.2
2020

2121
before_install:
2222
- sudo apt-key adv --keyserver ${KEY_SERVER} --recv 7F0CEB10

0 commit comments

Comments
 (0)