Skip to content

Commit 3c931e8

Browse files
committed
Use explicit version when installing driver extension
1 parent 79be572 commit 3c931e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ env:
1212
- MONGO_REPO_TYPE="precise/mongodb-enterprise/"
1313
- SOURCES_LOC="/etc/apt/sources.list.d/mongodb.list"
1414
matrix:
15-
- DRIVER_VERSION=1.0 SERVER_VERSION=2.4
16-
- DRIVER_VERSION=1.0 SERVER_VERSION=2.6
17-
- DRIVER_VERSION=1.0 SERVER_VERSION=3.0
15+
- DRIVER_VERSION=1.0.0 SERVER_VERSION=2.4
16+
- DRIVER_VERSION=1.0.0 SERVER_VERSION=2.6
17+
- DRIVER_VERSION=1.0.0 SERVER_VERSION=3.0
1818

1919
before_install:
2020
- sudo apt-key adv --keyserver ${KEY_SERVER} --recv 7F0CEB10

0 commit comments

Comments
 (0)