diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-05-26 23:28:28 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-05-26 23:28:28 +0800 |
commit | 65caf6444137aecaf71015400ffcbec128c2db0f (patch) | |
tree | a9ae61dd8b91e0b81922e69c243415d898ac33e9 | |
parent | a2f283379d17bbf00995cf8db935a594b91e01dc (diff) | |
download | dexon-sol-tools-65caf6444137aecaf71015400ffcbec128c2db0f.tar dexon-sol-tools-65caf6444137aecaf71015400ffcbec128c2db0f.tar.gz dexon-sol-tools-65caf6444137aecaf71015400ffcbec128c2db0f.tar.bz2 dexon-sol-tools-65caf6444137aecaf71015400ffcbec128c2db0f.tar.lz dexon-sol-tools-65caf6444137aecaf71015400ffcbec128c2db0f.tar.xz dexon-sol-tools-65caf6444137aecaf71015400ffcbec128c2db0f.tar.zst dexon-sol-tools-65caf6444137aecaf71015400ffcbec128c2db0f.zip |
Add contracts deployment and copying the artefacts to circle.ym
-rw-r--r-- | circle.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index 65db7c29a..3c0c25d97 100644 --- a/circle.yml +++ b/circle.yml @@ -4,4 +4,9 @@ machine: test: override: + - node node_modules/ethereumjs-testrpc/bin/testrpc: + background: true + - git clone git@github.com:0xProject/contracts.git .. + - cd ..; npm run migrate + - npm run update_contracts - npm run test:coverage |