revert: ci: use chrome stable (#18307)

This reverts commit 8bcb268140.
This commit is contained in:
Filipe Silva
2017-10-19 19:15:44 +01:00
committed by Alex Rickabaugh
parent 230b98d4dd
commit 820bb7bd8c
6 changed files with 111 additions and 8 deletions

View File

@ -20,7 +20,11 @@ exports.config = {
// Capabilities to be passed to the webdriver instance.
capabilities: {
'browserName': 'chrome'
'browserName': 'chrome',
// For Travis
chromeOptions: {
binary: process.env.CHROME_BIN
}
},
// Framework to use. Jasmine is recommended.