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 3168cf8 commit 169ed22Copy full SHA for 169ed22
.travis.yml
@@ -11,7 +11,7 @@ addons:
11
before_install:
12
- CDVERSION=`curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE`
13
- echo $CDVERSION
14
- - wget --no-verbose http://chromedriver.storage.googleapis.com/76.0.3809.68/chromedriver_linux64.zip
+ - wget --no-verbose http://chromedriver.storage.googleapis.com/$CDVERSION/chromedriver_linux64.zip
15
- unzip chromedriver_linux64.zip
16
- sudo chmod u+x chromedriver
17
- sudo mv chromedriver /usr/bin/
0 commit comments