diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-17 03:44:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-17 03:44:16 +0800 |
commit | 83b90f3e8a3ee168ba00eff33c4443d00bbb8a57 (patch) | |
tree | 532533815cb9a01d8437b3386dce977dcc2e62fe | |
parent | 247ed0de30e3eccbe21d7be8a82cd072350b3887 (diff) | |
parent | c1ddc791ff5ce87fa2992b7548d38c2d6e894a8b (diff) | |
download | dexon-solidity-83b90f3e8a3ee168ba00eff33c4443d00bbb8a57.tar.gz dexon-solidity-83b90f3e8a3ee168ba00eff33c4443d00bbb8a57.tar.zst dexon-solidity-83b90f3e8a3ee168ba00eff33c4443d00bbb8a57.zip |
Merge pull request #2760 from ethereum/disable-circleci
Disable Circle CI builds for now
-rw-r--r-- | circle.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml new file mode 100644 index 00000000..fd506ba5 --- /dev/null +++ b/circle.yml @@ -0,0 +1,10 @@ +version: 2 +jobs: + build: + branches: + ignore: + - /.*/ + docker: + - image: trzeci/emscripten:sdk-tag-1.37.18-64bit + steps: + - checkout |