mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: stop wget verbose output from flooding log
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
577bf57ddf
commit
687d98e6a7
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ set -x
|
|||
export QT_ROOT=$PWD/Qt/5.9.3
|
||||
rm -rf Qt
|
||||
mkdir -p $QT_ROOT
|
||||
wget http://subsurface-divelog.org/downloads/Qt-5.9.3-trusty.tar.xz
|
||||
wget -q http://subsurface-divelog.org/downloads/Qt-5.9.3-trusty.tar.xz
|
||||
tar -xJ -C $QT_ROOT -f Qt-5.9.3-trusty.tar.xz
|
||||
|
||||
sudo ln -s $QT_ROOT /usr/local/Qt-5.9.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue