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

Commit 9d2ab4b

Browse files
committed
update travis to use 3.0.14 and 3.2.11
1 parent 6c079f9 commit 9d2ab4b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ language: rust
33
cache: cargo
44

55
before_install:
6-
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.12.tgz
7-
- tar xvf mongodb-linux-x86_64-3.0.12.tgz
8-
- mv mongodb-linux-x86_64-3.0.12 3.0.12
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
6+
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.14.tgz
7+
- tar xvf mongodb-linux-x86_64-3.0.14.tgz
8+
- mv mongodb-linux-x86_64-3.0.14 3.0.14
9+
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.11.tgz
10+
- tar xvf mongodb-linux-x86_64-3.2.11.tgz
11+
- mv mongodb-linux-x86_64-3.2.11 3.2.11
1212

1313
script:
1414
- mkdir -p ./data/db ./data/db2
15-
- 3.0.12/bin/mongod --fork --nopreallocj --dbpath ./data/db --syslog --port 27017
15+
- 3.0.14/bin/mongod --fork --nopreallocj --dbpath ./data/db --syslog --port 27017
1616
- cargo build --verbose
1717
- cargo test --verbose
1818
- killall mongod
19-
- 3.2.10/bin/mongod --fork --nopreallocj --dbpath ./data/db2 --syslog --port 27017
19+
- 3.2.11/bin/mongod --fork --nopreallocj --dbpath ./data/db2 --syslog --port 27017
2020
- cargo test --verbose

0 commit comments

Comments
 (0)