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

committed by
Miško Hevery

parent
b2e902deb4
commit
8e8924ac7c
@ -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