mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 00:43:34 -04: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"
|
- "./node_modules/.bin/bower install"
|
||||||
- "gem install sass"
|
- "gem install sass"
|
||||||
- "./node_modules/.bin/brunch b"
|
- "./node_modules/.bin/brunch b"
|
||||||
- "./bin/coco-mongodb fork"
|
- "mkdir mongo"
|
||||||
|
- "mongod --dbpath=./mongo --fork --logpath ./mongodb.log"
|
||||||
- "node index.js --unittest &"
|
- "node index.js --unittest &"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue