Disable coverage reporter in Travis CI

Tests are now failing, but at least they should work.
This commit is contained in:
David Liu 2015-07-13 08:49:37 -07:00
parent e70b8b8652
commit cd01f212a5

View file

@ -23,4 +23,4 @@ before_script:
script:
- "./node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --captureExceptions"
# - "./node_modules/karma/bin/karma start --browsers Firefox --single-run"
- "./node_modules/karma/bin/karma start --browsers Firefox --single-run --reporters progress"