aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
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