This repository was archived by the owner on Oct 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ language: rust
3
3
cache : cargo
4
4
5
5
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
12
12
13
13
script :
14
14
- 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
16
16
- cargo build --verbose
17
17
- cargo test --verbose
18
18
- 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
20
20
- cargo test --verbose
You can’t perform that action at this time.
0 commit comments