Skip to content

Commit 169ed22

Browse files
committed
Use latest ChromeDriver
1 parent 3168cf8 commit 169ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
before_install:
1212
- CDVERSION=`curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE`
1313
- echo $CDVERSION
14-
- wget --no-verbose http://chromedriver.storage.googleapis.com/76.0.3809.68/chromedriver_linux64.zip
14+
- wget --no-verbose http://chromedriver.storage.googleapis.com/$CDVERSION/chromedriver_linux64.zip
1515
- unzip chromedriver_linux64.zip
1616
- sudo chmod u+x chromedriver
1717
- sudo mv chromedriver /usr/bin/

0 commit comments

Comments
 (0)