From 759928524fb97b921fd3e961cd1b7552abd142b0 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 16 Apr 2018 22:12:30 +0200 Subject: [PATCH] Show progress on travis. --- scripts/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests.sh b/scripts/tests.sh index 542c932a3bd4..425a4ff4aad3 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -94,7 +94,7 @@ download_eth ETH_PID=$(run_eth /tmp/test) progress="--show-progress" -if [ "$CI" ] +if [ "$CIRCLECI" ] then progress="" fi