diff options
-rw-r--r-- | circle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index d8008a193..cce012832 100644 --- a/circle.yml +++ b/circle.yml @@ -6,8 +6,8 @@ test: override: - node node_modules/ethereumjs-testrpc/bin/testrpc: background: true - - git clone -b 0xjsV0CircleCiDoNotDelete git@github.com:0xProject/contracts.git ../contracts - - cd ../contracts; npm install && npm run migrate + - 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 lint |