ci: use chrome stable (#18307)
This commit is contained in:

committed by
Miško Hevery

parent
434ff5fecb
commit
b4be96c65d
@ -20,11 +20,7 @@ exports.config = {
|
||||
|
||||
// Capabilities to be passed to the webdriver instance.
|
||||
capabilities: {
|
||||
'browserName': 'chrome',
|
||||
// For Travis
|
||||
chromeOptions: {
|
||||
binary: process.env.CHROME_BIN
|
||||
}
|
||||
'browserName': 'chrome'
|
||||
},
|
||||
|
||||
// Framework to use. Jasmine is recommended.
|
||||
|
Reference in New Issue
Block a user