Switch travis client test progress to dots

This commit is contained in:
Scott Erickson 2016-06-17 10:42:59 -07:00
parent 0581ffde82
commit 8657f97867

View file

@ -28,7 +28,7 @@ before_script:
- "sleep 15" # to give node a chance to start
script:
- "./node_modules/karma/bin/karma start --browsers Firefox --single-run --reporters progress"
- "./node_modules/karma/bin/karma start --browsers Firefox --single-run --reporters dots"
- "npm run jasmine"
notifications: