Skip to content

Commit

Permalink
[added] progress reporter back to CI
Browse files Browse the repository at this point in the history
Summary: It's really frustrating when CI fails and you have no idea why.

Reviewers: O2 Material Motion, O3 Material JavaScript platform reviewers, #material_motion, featherless

Reviewed By: O2 Material Motion, #material_motion, featherless

Tags: #material_motion

Differential Revision: http://codereview.cc/D3090
  • Loading branch information
appsforartists committed Apr 24, 2017
1 parent 376b7b0 commit 410af06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function(config) {
// CircleCI needs JUnit to show tests correctly.
// https://circleci.com/docs/1.0/test-metadata/#karma
reporters: process.env.CI
? ['junit']
? ['junit', 'progress']
: ['progress'],
junitReporter: {
outputDir: process.env.CIRCLE_TEST_REPORTS,
Expand Down

0 comments on commit 410af06

Please sign in to comment.