pbylicki / rfhub2

Rewrite of rfhub with FastAPI
Apache License 2.0
30 stars 10 forks source link

Auto update chromedriver version in Travis Job #412

Closed Vincema closed 3 years ago

Vincema commented 3 years ago

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).

MaciejWiczk commented 3 years ago

I really like this PR! :) @pbylicki would You have some time to switch to travis-ci form travis.org?