Another attempt at fixing travis server tests.

This commit is contained in:
Scott Erickson 2014-06-11 11:38:08 -07:00
parent e6dc896bab
commit d2de39076d

View file

@ -18,6 +18,7 @@ before_script:
- "mkdir mongo"
- "mongod --dbpath=./mongo --fork --logpath ./mongodb.log"
- "node index.js --unittest &"
- "sleep 5" # to give node a chance to start
script:
- "./node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --captureExceptions"