OK, travis test 4. Stdout is being clobbered..

This commit is contained in:
waltje
2019-05-01 01:45:56 -05:00
parent b9516f0f1a
commit debad3e3db

View File

@@ -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}"