From 6bf594bb4bca9b1b844ce78ddae5e78602ad8dee Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 27 Jun 2017 11:15:30 -0700 Subject: Remove update_contracts call from circleci.yml --- circle.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 786a391a2..b637427fc 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,6 @@ test: background: true - git clone git@github.com:0xProject/contracts.git ../contracts - cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate - - npm run update_contracts - npm run test:coverage - npm run report_test_coverage - npm run test:umd -- cgit