1
0
Fork 0

be less verbose

This commit is contained in:
Frank Celler 2015-07-10 23:35:59 +02:00
parent c13d153406
commit 07f34cc048
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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 xzvf -
wget -q -O - "https://www.arangodb.com/support-files/travisCI/precompiled-libraries-4.3.61.tar.gz" | tar xzf -
echo
echo '$0: setup make-system'