diff --git a/.travis-build.sh b/.travis-build.sh index 69a238e..270e664 100644 --- a/.travis-build.sh +++ b/.travis-build.sh @@ -62,8 +62,7 @@ export COMMIT=${TRAVIS_COMMIT::7} echo ; echo "Downloading VARCem build dependencies.." - curl ${EXTDEP_URL} | tar xvzf - - ls -l external + curl -s ${EXTDEP_URL} | tar xvzf - # Build the project. echo ; echo "Building VARCem #${TRAVIS_BUILD_NUMBER} target ${TARGET}"