We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4ca38 commit 80a27d1Copy full SHA for 80a27d1
gulpfile.js
@@ -18,7 +18,8 @@ gulp.task('complexity', function () {
18
var testConfig = function (options) {
19
var travisOptions = process.env.TRAVIS &&
20
{
21
- browsers: ['Firefox']
+ browsers: ['Firefox'],
22
+ reporters: ['dots', 'coverage', 'threshold']
23
};
24
25
return lodash.assign(options, travisOptions);
0 commit comments