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 +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ before_install:
6
6
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.12.tgz
7
7
- tar xvf mongodb-linux-x86_64-3.0.12.tgz
8
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.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
12
12
13
13
env :
14
14
- RUST_TEST_THREADS=1
@@ -20,6 +20,6 @@ script:
20
20
- cargo build --verbose
21
21
- cargo test v3_0 --verbose
22
22
- 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
25
25
- cargo test v3_2 --verbose
You can’t perform that action at this time.
0 commit comments