diff options
author | Fabio Berger <me@fabioberger.com> | 2017-05-27 00:49:53 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-05-27 00:49:53 +0800 |
commit | 5d4c2dcb2950747c7cb2d95df340c23c981d70d3 (patch) | |
tree | 65abedae4adfa1694db877a8e041e57c29a547f9 | |
parent | 2d0f867a9a6ee4c16be7033236168ee97252ae20 (diff) | |
download | dexon-sol-tools-5d4c2dcb2950747c7cb2d95df340c23c981d70d3.tar dexon-sol-tools-5d4c2dcb2950747c7cb2d95df340c23c981d70d3.tar.gz dexon-sol-tools-5d4c2dcb2950747c7cb2d95df340c23c981d70d3.tar.bz2 dexon-sol-tools-5d4c2dcb2950747c7cb2d95df340c23c981d70d3.tar.lz dexon-sol-tools-5d4c2dcb2950747c7cb2d95df340c23c981d70d3.tar.xz dexon-sol-tools-5d4c2dcb2950747c7cb2d95df340c23c981d70d3.tar.zst dexon-sol-tools-5d4c2dcb2950747c7cb2d95df340c23c981d70d3.zip |
use commit hash instead of branch
-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 |