Fix paths in circle.yml
This commit is contained in:
parent
65caf64441
commit
dc34492898
@ -6,7 +6,7 @@ test:
|
||||
override:
|
||||
- node node_modules/ethereumjs-testrpc/bin/testrpc:
|
||||
background: true
|
||||
- git clone git@github.com:0xProject/contracts.git ..
|
||||
- cd ..; npm run migrate
|
||||
- git clone git@github.com:0xProject/contracts.git ../contracts
|
||||
- cd ../contracts; npm run migrate
|
||||
- npm run update_contracts
|
||||
- npm run test:coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user