clone specific branch where contract artifacts are fixed to the version of the 0x.js library version

This commit is contained in:
Fabio Berger 2017-05-26 18:45:36 +02:00
parent a34d083cad
commit 2d0f867a9a

View File

@ -6,7 +6,7 @@ test:
override: override:
- node node_modules/ethereumjs-testrpc/bin/testrpc: - node node_modules/ethereumjs-testrpc/bin/testrpc:
background: true background: true
- git clone git@github.com:0xProject/contracts.git ../contracts - git clone -b 0xjsV0CircleCiDoNotDelete git@github.com:0xProject/contracts.git ../contracts
- cd ../contracts; npm install && npm run migrate - cd ../contracts; npm install && npm run migrate
- npm run update_contracts - npm run update_contracts
- npm run test:coverage - npm run test:coverage