remove debug flag, but continue to log chrome output

This commit is contained in:
Mike Greiling 2017-06-14 14:02:20 -05:00
parent 7b4f8aa4a5
commit d5ab729dd3

View file

@ -448,7 +448,7 @@ karma:
<<: *except-docs
variables:
BABEL_ENV: "coverage"
DEBUG: "true"
CHROME_LOG_FILE: "chrome_debug.log"
script:
- bundle exec rake karma
coverage: '/^Statements *: (\d+\.\d+%)/'