File tree Expand file tree Collapse file tree 4 files changed +936
-1047
lines changed Expand file tree Collapse file tree 4 files changed +936
-1047
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ node_js:
11
11
- " 0.10"
12
12
- " iojs"
13
13
before_script :
14
- - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.11 .tgz
15
- - tar -zxvf mongodb-linux-x86_64-2.6.11 .tgz
14
+ - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.23 .tgz
15
+ - tar -zxvf mongodb-linux-x86_64-3.4.23 .tgz
16
16
- mkdir -p ./data/db/27017
17
17
- mkdir -p ./data/db/27000
18
18
- printf "\n--timeout 8000" >> ./test/mocha.opts
19
- - ./mongodb-linux-x86_64-2.6.11 /bin/mongod --fork --dbpath ./data/db/27017 --syslog --port 27017
20
- - export PATH=`pwd`/mongodb-linux-x86_64-2.6.11 /bin/:$PATH
19
+ - ./mongodb-linux-x86_64-3.4.23 /bin/mongod --fork --dbpath ./data/db/27017 --syslog --port 27017
20
+ - export PATH=`pwd`/mongodb-linux-x86_64-3.4.23 /bin/:$PATH
21
21
- sleep 3
22
22
script :
23
23
- npm test
You can’t perform that action at this time.
0 commit comments