Skip to content

Commit

Permalink
chore: run consistent mongod version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 8, 2020
1 parent 0e65e6e commit 91f95da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ before_script:
- mkdir -p ./data/db/27000
- printf "\n--timeout 8000" >> ./test/mocha.opts
- ./mongodb-linux-x86_64-2.6.11/bin/mongod --fork --dbpath ./data/db/27017 --syslog --port 27017
- export PATH=`pwd`/mongodb-linux-x86_64-2.6.11/bin/:$PATH
- sleep 3
script:
- npm test
Expand Down

0 comments on commit 91f95da

Please sign in to comment.