Merge pull request #3896 from ethereum/progressOnTravis

Show progress on travis.
This commit is contained in:
chriseth 2018-04-16 22:13:23 +02:00 committed by GitHub
commit f87f5d087c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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