aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-17 04:12:30 +0800
committerchriseth <chris@ethereum.org>2018-04-17 04:12:30 +0800
commit759928524fb97b921fd3e961cd1b7552abd142b0 (patch)
tree30a0b528a808b3d0ecf2c9915a9931619b81deb1 /scripts
parentaf18b4deb8abeb3954639d06aff0f7f3353877bd (diff)
downloaddexon-solidity-759928524fb97b921fd3e961cd1b7552abd142b0.tar.gz
dexon-solidity-759928524fb97b921fd3e961cd1b7552abd142b0.tar.zst
dexon-solidity-759928524fb97b921fd3e961cd1b7552abd142b0.zip
Show progress on travis.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh
index 542c932a..425a4ff4 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