diff options
-rw-r--r-- | circle.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |