From 6e0edb8d8e8ced3b9e602a5722df859dd34ce563 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Sat, 1 Jul 2017 19:40:13 -0700 Subject: Fix contracts repo commit in circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 786a391a2..b13422f5a 100644 --- a/circle.yml +++ b/circle.yml @@ -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 -- cgit