clone specific branch where contract artifacts are fixed to the version of the 0x.js library version
This commit is contained in:
parent
a34d083cad
commit
2d0f867a9a
@ -6,7 +6,7 @@ test:
|
||||
override:
|
||||
- node node_modules/ethereumjs-testrpc/bin/testrpc:
|
||||
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
|
||||
- npm run update_contracts
|
||||
- npm run test:coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user