mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Switch travis client test progress to dots
This commit is contained in:
parent
0581ffde82
commit
8657f97867
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue