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
33cache : cargo
44
55before_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
1313script :
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
You can’t perform that action at this time.
0 commit comments