aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-22 22:35:44 +0800
committerchriseth <chris@ethereum.org>2018-02-22 22:35:44 +0800
commitb1acb7d226cd2819a47809e50b9591d5e0069041 (patch)
tree138fda8e6d1ce56f6abc0f2eef9af0a618a70446 /circle.yml
parent7d87aed5d0768575438f7b3866c4b0c0b730251e (diff)
downloaddexon-solidity-b1acb7d226cd2819a47809e50b9591d5e0069041.tar.gz
dexon-solidity-b1acb7d226cd2819a47809e50b9591d5e0069041.tar.zst
dexon-solidity-b1acb7d226cd2819a47809e50b9591d5e0069041.zip
Try external tests twice.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index bc72623c..eb772d9b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -83,7 +83,7 @@ jobs:
name: External tests
command: |
. /usr/local/nvm/nvm.sh
- test/externalTests.sh /tmp/workspace/soljson.js
+ test/externalTests.sh /tmp/workspace/soljson.js || test/externalTests.sh /tmp/workspace/soljson.js
build_x86:
docker:
- image: buildpack-deps:artful