We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b81c06 commit 4a4b150Copy full SHA for 4a4b150
.travis.yml
@@ -12,7 +12,8 @@ addons:
12
- google-chrome-stable
13
before_install:
14
- CDVERSION=`curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE`
15
- - wget --no-verbose http://chromedriver.storage.googleapis.com/$CDVERSION/chromedriver_linux64.zip
+ - echo $CDVERSION
16
+ - wget --no-verbose http://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip
17
- unzip chromedriver_linux64.zip
18
- sudo chmod u+x chromedriver
19
- sudo mv chromedriver /usr/bin/
0 commit comments