Skip to content

Commit 4a55040

Browse files
committed
chore: remove problematic mongoose-long dep and use mongodb 3.4 in tests
1 parent 91f95da commit 4a55040

File tree

4 files changed

+936
-1047
lines changed

4 files changed

+936
-1047
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ node_js:
1111
- "0.10"
1212
- "iojs"
1313
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
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
2222
script:
2323
- npm test

0 commit comments

Comments
 (0)