Skip to content

Commit 6815818

Browse files
committed
fix travis ci build, maybe? thanks @mtscout6
1 parent 953319b commit 6815818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ var webpack = require('webpack');
33
module.exports = function (config) {
44
config.set({
55

6+
browserNoActivityTimeout: 30000,
7+
68
browsers: [ process.env.CONTINUOUS_INTEGRATION ? 'Firefox' : 'Chrome' ],
79

810
singleRun: process.env.CONTINUOUS_INTEGRATION === 'true',

0 commit comments

Comments
 (0)