diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index cc2feaea0..ddd719dd5 100644 --- a/circle.yml +++ b/circle.yml @@ -7,6 +7,6 @@ test: - node node_modules/ethereumjs-testrpc/bin/testrpc: background: true - git clone git@github.com:0xProject/contracts.git ../contracts - - cd ../contracts; npm run migrate + - cd ../contracts; npm install && npm run migrate - npm run update_contracts - npm run test:coverage |