aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 65db7c29a..3c0c25d97 100644
--- a/circle.yml
+++ b/circle.yml
@@ -4,4 +4,9 @@ machine:
test:
override:
+ - node node_modules/ethereumjs-testrpc/bin/testrpc:
+ background: true
+ - git clone git@github.com:0xProject/contracts.git ..
+ - cd ..; npm run migrate
+ - npm run update_contracts
- npm run test:coverage