Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Workaround travis/chrome headless issue
Browse files Browse the repository at this point in the history
  • Loading branch information
san650 committed Jan 25, 2018
1 parent 4d33cba commit d380773
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testem.js
Expand Up @@ -15,7 +15,9 @@ module.exports = {
'--disable-gpu',
'--headless',
'--remote-debugging-port=0',
'--window-size=1440,900'
'--window-size=1440,900',
// Workaround for https://github.com/travis-ci/travis-ci/issues/8836
'--no-sandbox',
]
}
}
Expand Down

0 comments on commit d380773

Please sign in to comment.