aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 3c0c25d97..cc2feaea0 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 ..
- - cd ..; npm run migrate
+ - git clone git@github.com:0xProject/contracts.git ../contracts
+ - cd ../contracts; npm run migrate
- npm run update_contracts
- npm run test:coverage