mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Use CHROME_BIN2
This commit is contained in:
parent
4acb8e22b1
commit
fc9d31f593
1 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,9 @@ var baseConfig = {
|
|||
};
|
||||
|
||||
if (process.env.TRAVIS) {
|
||||
baseConfig.binary = process.env.CHROME_BIN
|
||||
baseConfig.capabilities.chromeOptions = {
|
||||
binary: process.env.CHROME_BIN
|
||||
};
|
||||
}
|
||||
|
||||
exports.config = baseConfig;
|
||||
|
|
|
|||
Loading…
Reference in a new issue