Skip to content

Commit 80a27d1

Browse files
committed
Fix issues with not using dots reporter on travis
1 parent 6e4ca38 commit 80a27d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ gulp.task('complexity', function () {
1818
var testConfig = function (options) {
1919
var travisOptions = process.env.TRAVIS &&
2020
{
21-
browsers: ['Firefox']
21+
browsers: ['Firefox'],
22+
reporters: ['dots', 'coverage', 'threshold']
2223
};
2324

2425
return lodash.assign(options, travisOptions);

0 commit comments

Comments
 (0)