Added server tests to TravisCI

This commit is contained in:
Michael Schmatz 2014-01-27 18:22:28 -08:00
parent a2028268b9
commit 2f33ea41f8

View file

@ -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"