use commit hash instead of branch
This commit is contained in:
parent
2d0f867a9a
commit
5d4c2dcb29
@ -6,8 +6,8 @@ test:
|
|||||||
override:
|
override:
|
||||||
- node node_modules/ethereumjs-testrpc/bin/testrpc:
|
- node node_modules/ethereumjs-testrpc/bin/testrpc:
|
||||||
background: true
|
background: true
|
||||||
- git clone -b 0xjsV0CircleCiDoNotDelete git@github.com:0xProject/contracts.git ../contracts
|
- git clone git@github.com:0xProject/contracts.git ../contracts
|
||||||
- cd ../contracts; npm install && npm run migrate
|
- cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate
|
||||||
- npm run update_contracts
|
- npm run update_contracts
|
||||||
- npm run test:coverage
|
- npm run test:coverage
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user