Skip to content

Commit

Permalink
Merge pull request #311 from emberjs/fix-ci
Browse files Browse the repository at this point in the history
Fix issues with sudo: false infra on Travis CI.
  • Loading branch information
rwjblue authored Jan 17, 2018
2 parents 197174b + e5883b9 commit a67d4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
Chrome: [
'--disable-gpu',
'--headless',
'--no-sandbox',
'--remote-debugging-port=9222',
'--window-size=1440,900'
]
Expand Down

0 comments on commit a67d4b0

Please sign in to comment.