summaryrefslogtreecommitdiffstats
path: root/scripts/linux
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-10 22:07:36 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-10 22:07:36 -0800
commit687d98e6a7c13fcd5e4bd9ceab5b2b9ac19191a7 (patch)
tree8e18a00355035c0cdf096e64a7fe8796e14f376c /scripts/linux
parent577bf57ddfb860b704296d46a27003ee69cee4bf (diff)
downloadsubsurface-687d98e6a7c13fcd5e4bd9ceab5b2b9ac19191a7.tar.gz
Travis: stop wget verbose output from flooding log
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux')
-rw-r--r--scripts/linux/before_install.sh2
-rw-r--r--scripts/linux/travisbuild.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/linux/before_install.sh b/scripts/linux/before_install.sh
index 58f40c760..c9dc2dd75 100644
--- a/scripts/linux/before_install.sh
+++ b/scripts/linux/before_install.sh
@@ -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
diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh
index 0cb8bf666..87a6c45eb 100644
--- a/scripts/linux/travisbuild.sh
+++ b/scripts/linux/travisbuild.sh
@@ -29,7 +29,7 @@ mv appdir/usr/lib/grantlee/ appdir/usr/plugins/
rm -rf appdir/usr/home/ appdir/usr/include/ appdir/usr/share/man/ # No need to ship developer and man files as part of the AppImage
# get the linuxdeployqt tool and run it to collect the libraries
-wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
+wget -q -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod a+x linuxdeployqt*.AppImage
unset QTDIR
unset QT_PLUGIN_PATH