mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Make CI use latest (stable) chromedriver rather than some ancient one
Since Travis uses the latest stable chrome, should always match. Bash oneliner \o/
This commit is contained in:
@@ -7,7 +7,7 @@ addons:
|
|||||||
chrome: stable
|
chrome: stable
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip
|
- latest=$(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE) | wget https://chromedriver.storage.googleapis.com/$latest/chromedriver_linux64.zip
|
||||||
- unzip chromedriver_linux64.zip
|
- unzip chromedriver_linux64.zip
|
||||||
- export PATH=$PATH:$(pwd)
|
- export PATH=$PATH:$(pwd)
|
||||||
- chmod +x chromedriver
|
- chmod +x chromedriver
|
||||||
|
|||||||
Reference in New Issue
Block a user