diff options
author | chriseth <chris@ethereum.org> | 2018-02-22 22:35:44 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-22 22:35:44 +0800 |
commit | b1acb7d226cd2819a47809e50b9591d5e0069041 (patch) | |
tree | 138fda8e6d1ce56f6abc0f2eef9af0a618a70446 /circle.yml | |
parent | 7d87aed5d0768575438f7b3866c4b0c0b730251e (diff) | |
download | dexon-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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |