ci: use sudo: false
on Travis (#21641)
Related to #21422. PR Close #21641
This commit is contained in:

committed by
Misko Hevery

parent
2a3de802a0
commit
bde2b4425c
@ -23,7 +23,8 @@ exports.config = {
|
||||
'browserName': 'chrome',
|
||||
// For Travis
|
||||
chromeOptions: {
|
||||
binary: process.env.CHROME_BIN
|
||||
binary: process.env.CHROME_BIN,
|
||||
args: ['--no-sandbox']
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user