ci: use system chromedriver on appveyor

This commit is contained in:
Evan You
2018-06-13 00:53:40 -04:00
parent 1016c8542d
commit 6a10e8c867

View File

@@ -14,7 +14,7 @@ module.exports = deepmerge({
host: '127.0.0.1',
port: 4444,
cli_args: {
'webdriver.chrome.driver': require('chromedriver').path
'webdriver.chrome.driver': process.env.APPVEYOR ? '' : require('chromedriver').path
}
},