Show progress on travis.

This commit is contained in:
chriseth 2018-04-16 22:12:30 +02:00
parent af18b4deb8
commit 759928524f

View File

@ -94,7 +94,7 @@ download_eth
ETH_PID=$(run_eth /tmp/test)
progress="--show-progress"
if [ "$CI" ]
if [ "$CIRCLECI" ]
then
progress=""
fi