diff options
author | Fabio Berger <me@fabioberger.com> | 2017-08-21 20:44:41 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-08-21 20:44:41 +0800 |
commit | 01eed19abda91cd7f42b9d5aec4f0c2956833f11 (patch) | |
tree | ed64bff9e3458631613e868d95b000c11bf88a07 /circle.yml | |
parent | 1311dfe7f5fac9b08a83bc4d0eaab7996dad1957 (diff) | |
download | dexon-sol-tools-01eed19abda91cd7f42b9d5aec4f0c2956833f11.tar dexon-sol-tools-01eed19abda91cd7f42b9d5aec4f0c2956833f11.tar.gz dexon-sol-tools-01eed19abda91cd7f42b9d5aec4f0c2956833f11.tar.bz2 dexon-sol-tools-01eed19abda91cd7f42b9d5aec4f0c2956833f11.tar.lz dexon-sol-tools-01eed19abda91cd7f42b9d5aec4f0c2956833f11.tar.xz dexon-sol-tools-01eed19abda91cd7f42b9d5aec4f0c2956833f11.tar.zst dexon-sol-tools-01eed19abda91cd7f42b9d5aec4f0c2956833f11.zip |
Update testrpc snapshot and testrpc artifacts
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 20aaccc12..5a8d340f0 100644 --- a/circle.yml +++ b/circle.yml @@ -2,7 +2,7 @@ machine: node: version: 6.5.0 environment: - CONTRACTS_COMMIT_HASH: '70454b2' + CONTRACTS_COMMIT_HASH: '35053f9' PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" dependencies: |