We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdefcf commit ef62364Copy full SHA for ef62364
Gruntfile.js
@@ -138,6 +138,7 @@ module.exports = function(grunt) {
138
},
139
travis: {
140
singleRun: true,
141
+ reporters: ['dots'],
142
browsers: ['Firefox']
143
144
coverage: {
karma.conf.js
@@ -34,6 +34,8 @@ browsers = [
34
// possible values: dots || progress
35
reporters = ['progress'];
36
37
+reportSlowerThan = 100;
38
+
39
// web server port
40
port = 9018;
41
0 commit comments