We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mongoosejs
Learn more about funding links in repositories.
Report abuse
1 parent 0e65e6e commit 91f95daCopy full SHA for 91f95da
.travis.yml
@@ -17,6 +17,7 @@ before_script:
17
- mkdir -p ./data/db/27000
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
21
- sleep 3
22
script:
23
- npm test
0 commit comments