Fix paths in circle.yml

This commit is contained in:
Leonid Logvinov 2017-05-26 17:30:51 +02:00
parent 65caf64441
commit dc34492898
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

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 .. - git clone git@github.com:0xProject/contracts.git ../contracts
- cd ..; npm run migrate - cd ../contracts; npm run migrate
- npm run update_contracts - npm run update_contracts
- npm run test:coverage - npm run test:coverage