Merge pull request #3573 from ethereum/retryTests

Try external tests twice.
This commit is contained in:
Alex Beregszaszi 2018-02-22 20:48:11 +01:00 committed by GitHub
commit 260eb7ab10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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