Skip to content

Commit

Permalink
Fix Chrome tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Feb 13, 2018
1 parent 06ee085 commit 490b0c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
launch_in_dev: [ ],
browser_args: {
Chrome: [
// --no-sandbox is needed when running Chrome inside a container
process.env.TRAVIS ? '--no-sandbox' : null,
'--disable-gpu',
'--headless',
'--remote-debugging-port=9222',
Expand Down

0 comments on commit 490b0c0

Please sign in to comment.