Skip to content

Commit 9e4c6c7

Browse files
committed
CI: Do a single run when executing karma on Travis
1 parent a869257 commit 9e4c6c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ module.exports = function (config) {
6060

6161
if (process.env.TRAVIS) {
6262
config.browsers = ['Chrome_travis_ci'];
63+
config.singleRun = true;
6364
}
6465
};

0 commit comments

Comments
 (0)