Skip to content

Commit

Permalink
Fix the travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alvachien committed Mar 21, 2021
1 parent c35d6d5 commit 05aba86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,

browsers: ['Chrome'],
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
},

singleRun: false,
restartOnFileChange: true
});
Expand Down

0 comments on commit 05aba86

Please sign in to comment.