Skip to content

Commit

Permalink
remove old Chrome option on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 19, 2020
1 parent 55fd053 commit dac3207
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ module.exports = {
Chrome: {
mode: 'ci',
args: [
// --no-sandbox is needed when running Chrome inside a container
process.env.TRAVIS ? '--no-sandbox' : null,

'--disable-gpu',
'--headless',
'--remote-debugging-port=0',
'--window-size=1440,900'
].filter(Boolean)
]
},
}
};

0 comments on commit dac3207

Please sign in to comment.