Fix contracts repo commit in circle.yml

This commit is contained in:
Leonid Logvinov
2017-07-01 19:40:13 -07:00
parent 79b79a5795
commit 6e0edb8d8e

View File

@@ -7,7 +7,7 @@ test:
- npm run testrpc:
background: true
- git clone git@github.com:0xProject/contracts.git ../contracts
- cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate
- cd ../contracts; git checkout cd04d7c; npm install && npm run migrate
- npm run update_contracts
- npm run test:coverage
- npm run report_test_coverage