We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f1441 commit 5b64376Copy full SHA for 5b64376
1 file changed
karma.conf.js
@@ -75,7 +75,8 @@
75
};
76
77
if (process.env.TRAVIS) {
78
- configuration.browsers = ['Chrome_travis_ci'];
+ configuration.browsers = ['Chrome_travis_ci'];
79
+ configuration.singleRun = true;
80
}
81
82
config.set(configuration);
0 commit comments