ci: use chrome stable (#18307)

This commit is contained in:
Filipe Silva
2017-07-25 19:18:24 +01:00
committed by Miško Hevery
parent 434ff5fecb
commit b4be96c65d
6 changed files with 4 additions and 100 deletions

View File

@ -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.