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:
- 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