Add static mnemonic when starting testrpc on circleCI

This commit is contained in:
Fabio Berger 2017-05-29 15:42:20 +02:00
parent 8c877bb18a
commit 8d5d330ced

View File

@ -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