use commit hash instead of branch

This commit is contained in:
Fabio Berger 2017-05-26 18:49:53 +02:00
parent 2d0f867a9a
commit 5d4c2dcb29

View File

@ -6,8 +6,8 @@ test:
override: override:
- node node_modules/ethereumjs-testrpc/bin/testrpc: - node node_modules/ethereumjs-testrpc/bin/testrpc:
background: true background: true
- git clone -b 0xjsV0CircleCiDoNotDelete git@github.com:0xProject/contracts.git ../contracts - git clone git@github.com:0xProject/contracts.git ../contracts
- cd ../contracts; npm install && npm run migrate - cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate
- npm run update_contracts - npm run update_contracts
- npm run test:coverage - npm run test:coverage
- npm run lint - npm run lint