Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit b0675eb

Browse files
committed
update travis to use 3.2.10
1 parent 022304a commit b0675eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ before_install:
66
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.12.tgz
77
- tar xvf mongodb-linux-x86_64-3.0.12.tgz
88
- mv mongodb-linux-x86_64-3.0.12 3.0.12
9-
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.9.tgz
10-
- tar xvf mongodb-linux-x86_64-3.2.9.tgz
11-
- mv mongodb-linux-x86_64-3.2.9 3.2.9
9+
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.10.tgz
10+
- tar xvf mongodb-linux-x86_64-3.2.10.tgz
11+
- mv mongodb-linux-x86_64-3.2.10 3.2.10
1212

1313
env:
1414
- RUST_TEST_THREADS=1
@@ -20,6 +20,6 @@ script:
2020
- cargo build --verbose
2121
- cargo test v3_0 --verbose
2222
- killall mongod
23-
- 3.2.9/bin/mongod --fork --nopreallocj --dbpath ./data/db2 --syslog --port 27017
24-
- 3.2.9/bin/mongod --fork --nopreallocj --dbpath ./data/test2 --syslog --port 27018
23+
- 3.2.10/bin/mongod --fork --nopreallocj --dbpath ./data/db2 --syslog --port 27017
24+
- 3.2.10/bin/mongod --fork --nopreallocj --dbpath ./data/test2 --syslog --port 27018
2525
- cargo test v3_2 --verbose

0 commit comments

Comments
 (0)