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:
1111 - " 0.10"
1212 - " iojs"
1313before_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
1616 - mkdir -p ./data/db/27017
1717 - mkdir -p ./data/db/27000
1818 - 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
2121 - sleep 3
2222script :
2323 - npm test
You can’t perform that action at this time.
0 commit comments