mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Another attempt at fixing travis server tests.
This commit is contained in:
parent
e6dc896bab
commit
d2de39076d
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue