Skip to content

Commit

Permalink
fix: Use CHROME_BIN2
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Jul 11, 2017
1 parent 4acb8e2 commit fc9d31f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zeppelin-web/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit fc9d31f

Please sign in to comment.