diff options
author | chriseth <chris@ethereum.org> | 2018-04-17 04:12:30 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-17 04:12:30 +0800 |
commit | 759928524fb97b921fd3e961cd1b7552abd142b0 (patch) | |
tree | 30a0b528a808b3d0ecf2c9915a9931619b81deb1 /scripts | |
parent | af18b4deb8abeb3954639d06aff0f7f3353877bd (diff) | |
download | dexon-solidity-759928524fb97b921fd3e961cd1b7552abd142b0.tar.gz dexon-solidity-759928524fb97b921fd3e961cd1b7552abd142b0.tar.zst dexon-solidity-759928524fb97b921fd3e961cd1b7552abd142b0.zip |
Show progress on travis.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tests.sh | 2 |
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 |