Skip to content

Commit 91f95da

Browse files
committedJan 8, 2020
chore: run consistent mongod version in tests
1 parent 0e65e6e commit 91f95da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_script:
1717
- mkdir -p ./data/db/27000
1818
- printf "\n--timeout 8000" >> ./test/mocha.opts
1919
- ./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
2021
- sleep 3
2122
script:
2223
- npm test

0 commit comments

Comments
 (0)
Please sign in to comment.