From 2d0f867a9a6ee4c16be7033236168ee97252ae20 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 26 May 2017 18:45:36 +0200 Subject: clone specific branch where contract artifacts are fixed to the version of the 0x.js library version --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 338bf0b87..d8008a193 100644 --- a/circle.yml +++ b/circle.yml @@ -6,7 +6,7 @@ test: override: - node node_modules/ethereumjs-testrpc/bin/testrpc: background: true - - git clone git@github.com:0xProject/contracts.git ../contracts + - git clone -b 0xjsV0CircleCiDoNotDelete git@github.com:0xProject/contracts.git ../contracts - cd ../contracts; npm install && npm run migrate - npm run update_contracts - npm run test:coverage -- cgit v1.2.3