Since most of the CI builds are failing due to the incompatibility chrome <-> chromedriver, this PR adds a slight change to the travis job config: now, the chromedriver is installed matching the currently installed chrome version. It removes the need to manually bump the chromedriver version each time a new chrome update is released.
Since most of the CI builds are failing due to the incompatibility chrome <-> chromedriver, this PR adds a slight change to the travis job config: now, the chromedriver is installed matching the currently installed chrome version. It removes the need to manually bump the chromedriver version each time a new chrome update is released.
The script follows the procedure given here: https://chromedriver.chromium.org/downloads/version-selection.
(BTW, https://travis-ci.org will be closed down for good on June 15th so you may migrate to https://travis-ci).