[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix chrome on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jan 18, 2018
1 parent 572e13d commit 0a0ab1d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ module.exports = function(config) {
config.set({
frameworks: ['mocha', 'chai-sinon'],
reporters: ['mocha'],
browsers: ['ChromeHeadless'],
browsers: ['ChromeHeadlessNoSandbox'],

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

files: [
{ pattern: __dirname+'/../node_modules/babel-polyfill/dist/polyfill.js', watched: false, included: true },
Expand Down

0 comments on commit 0a0ab1d

Please sign in to comment.