Having another go at getting travis to run server tests.

This commit is contained in:
Scott Erickson 2014-06-11 10:06:28 -07:00
parent d0ac09122f
commit eb433c6591

View file

@ -15,7 +15,8 @@ before_script:
- "./node_modules/.bin/bower install"
- "gem install sass"
- "./node_modules/.bin/brunch b"
- "./bin/coco-mongodb fork"
- "mkdir mongo"
- "mongod --dbpath=./mongo --fork --logpath ./mongodb.log"
- "node index.js --unittest &"
script: