Fix travis

This commit is contained in:
Sam El-Husseini
2020-11-17 14:15:51 -08:00
parent a523dacacb
commit 67a6bfd0cf

View File

@@ -9,7 +9,7 @@ module.exports = {
chrome: {
// check for more recent versions of chrome driver here:
// https://chromedriver.storage.googleapis.com/index.html
version: '85.0.4183.83',
version: '87.0.4280.20',
arch: process.arch,
baseURL: 'https://chromedriver.storage.googleapis.com'
},