diff options
author | Fabio Berger <me@fabioberger.com> | 2017-05-29 21:42:20 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-05-29 21:42:20 +0800 |
commit | 8d5d330ced6c1f0c2c279c17f856b082e3f56c49 (patch) | |
tree | b39ea35e9402f7361aff12ba56d5e1fcbd979761 /circle.yml | |
parent | 8c877bb18a7cfe950dc895308dbd76bf25a50082 (diff) | |
download | dexon-sol-tools-8d5d330ced6c1f0c2c279c17f856b082e3f56c49.tar dexon-sol-tools-8d5d330ced6c1f0c2c279c17f856b082e3f56c49.tar.gz dexon-sol-tools-8d5d330ced6c1f0c2c279c17f856b082e3f56c49.tar.bz2 dexon-sol-tools-8d5d330ced6c1f0c2c279c17f856b082e3f56c49.tar.lz dexon-sol-tools-8d5d330ced6c1f0c2c279c17f856b082e3f56c49.tar.xz dexon-sol-tools-8d5d330ced6c1f0c2c279c17f856b082e3f56c49.tar.zst dexon-sol-tools-8d5d330ced6c1f0c2c279c17f856b082e3f56c49.zip |
Add static mnemonic when starting testrpc on circleCI
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 |