File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ addons:
1111 - google-chrome-stable
1212before_install :
1313 - CDVERSION=`curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE`
14- - wget http://chromedriver.storage.googleapis.com/$CDVERSION/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/
@@ -20,7 +20,7 @@ before_install:
2020 - VFILE=`echo $FDVERSION | sed -E "s/^.*<a href=\"/https:\/\/github.com/" -- | sed -E "s/\" rel=\"nofollow\">//" --`
2121 # Firefox latest-esr
2222 # - VFILE=https://github.com//mozilla/geckodriver/releases/download/v0.17.0/geckodriver-v0.17.0-linux64.tar.gz
23- - wget $VFILE
23+ - wget --no-verbose $VFILE
2424 - tar xzf geckodriver*-linux64.tar.gz
2525 - sudo chmod u+x geckodriver
2626 - sudo mv geckodriver /usr/bin/
You can’t perform that action at this time.
0 commit comments