Skip to content

Commit 9cfccca

Browse files
Removed verbosity on wget commands
1 parent dd88f8e commit 9cfccca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
- google-chrome-stable
1212
before_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/

0 commit comments

Comments
 (0)