diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-10 22:07:36 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-10 22:07:36 -0800 |
commit | 687d98e6a7c13fcd5e4bd9ceab5b2b9ac19191a7 (patch) | |
tree | 8e18a00355035c0cdf096e64a7fe8796e14f376c /scripts/linux/travisbuild.sh | |
parent | 577bf57ddfb860b704296d46a27003ee69cee4bf (diff) | |
download | subsurface-687d98e6a7c13fcd5e4bd9ceab5b2b9ac19191a7.tar.gz |
Travis: stop wget verbose output from flooding log
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux/travisbuild.sh')
-rw-r--r-- | scripts/linux/travisbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |