Install contract dependencies

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

View File

@ -7,6 +7,6 @@ test:
- node node_modules/ethereumjs-testrpc/bin/testrpc:
background: true
- git clone git@github.com:0xProject/contracts.git ../contracts
- cd ../contracts; npm run migrate
- cd ../contracts; npm install && npm run migrate
- npm run update_contracts
- npm run test:coverage