diff options
author | Fabio Berger <me@fabioberger.com> | 2017-05-29 22:32:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-29 22:32:32 +0800 |
commit | 041394e652db09b6f90e1057beb657b159dc0e56 (patch) | |
tree | c3547c43f02c119798af6f15485d73be570392e7 /circle.yml | |
parent | abd0228ba8b71b35ff089fc647674caa08d7a24e (diff) | |
parent | 19581429366909038a7a3fa21eef09d466c150e0 (diff) | |
download | dexon-sol-tools-041394e652db09b6f90e1057beb657b159dc0e56.tar dexon-sol-tools-041394e652db09b6f90e1057beb657b159dc0e56.tar.gz dexon-sol-tools-041394e652db09b6f90e1057beb657b159dc0e56.tar.bz2 dexon-sol-tools-041394e652db09b6f90e1057beb657b159dc0e56.tar.lz dexon-sol-tools-041394e652db09b6f90e1057beb657b159dc0e56.tar.xz dexon-sol-tools-041394e652db09b6f90e1057beb657b159dc0e56.tar.zst dexon-sol-tools-041394e652db09b6f90e1057beb657b159dc0e56.zip |
Merge pull request #17 from 0xProject/addSignOrderHashAndTests
Add signOrderHashAsync and tests
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 cce012832..b6a9efeb1 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ machine: test: override: - - node node_modules/ethereumjs-testrpc/bin/testrpc: + - node node_modules/ethereumjs-testrpc/bin/testrpc -m "concert load couple harbor equip island argue ramp clarify fence smart topic": background: true - git clone git@github.com:0xProject/contracts.git ../contracts - cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate |