Added server tests to TravisCI
This commit is contained in:
parent
a2028268b9
commit
2f33ea41f8
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ before_script:
|
|||
- "./node_modules/.bin/bower install"
|
||||
- "gem install sass"
|
||||
- "./node_modules/.bin/brunch b"
|
||||
|
||||
- "./bin/coco-test-server &"
|
||||
script:
|
||||
- "./node_modules/.bin/karma start --browsers Firefox --single-run"
|
||||
- "./bin/coco-server-test-runner"
|
||||
|
|
Reference in a new issue