mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Having another go at getting travis to run server tests.
This commit is contained in:
parent
d0ac09122f
commit
eb433c6591
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue