diff --git a/Installation/travisCI/build.sh b/Installation/travisCI/build.sh index f8f0800532..47b63d72b6 100755 --- a/Installation/travisCI/build.sh +++ b/Installation/travisCI/build.sh @@ -4,7 +4,9 @@ set -e echo echo '$0: loading precompiled libraries' -wget -q -O - "https://www.arangodb.com/support-files/travisCI/precompiled-libraries-4.3.61.tar.gz" | tar xzf - +wget -q --progress=dot --show-prgress \ + -O - --progress=dot --show-prgress \ + "https://www.arangodb.com/support-files/travisCI/precompiled-libraries-4.3.61.tar.gz" | tar xzf - echo echo '$0: setup make-system'