Skip to content

Commit 1ba726b

Browse files
committed
More travis build tweaks
1 parent 51b5757 commit 1ba726b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/karma.conf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ module.exports = function (config) {
1717
logLevel: config.LOG_INFO,
1818
autoWatch: false,
1919
browsers: ['Chrome'],
20+
customLaunchers: {
21+
ChromeTravisCi: {
22+
base: 'Chrome',
23+
flags: ['--no-sandbox']
24+
}
25+
},
2026
singleRun: true,
2127
concurrency: Infinity
2228
};

0 commit comments

Comments
 (0)