Skip to content

Commit

Permalink
fix: update chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ipso authored Sep 14, 2020
1 parent e40b683 commit 172e6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- sudo apt-get update
- sudo apt-get install jq unzip
# Download and extract chromedriver for JavascriptFunctional tests.
- wget -N https://chromedriver.storage.googleapis.com/77.0.3865.40/chromedriver_linux64.zip
- wget -N https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- chmod +x chromedriver
- sudo mv -f chromedriver /usr/local/share/chromedriver
Expand Down

0 comments on commit 172e6b1

Please sign in to comment.