From a4ce7ed21ef2c70ad54211d8f5bd045046ab5f2f Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 27 Jun 2017 11:32:06 -0700 Subject: Update contract artefacts --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index b637427fc..7bb33efed 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 test:coverage - npm run report_test_coverage - npm run test:umd -- cgit v1.2.3