diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index 65db7c29a..cce012832 100644 --- a/circle.yml +++ b/circle.yml @@ -4,4 +4,10 @@ machine: test: override: + - node node_modules/ethereumjs-testrpc/bin/testrpc: + background: true + - 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 |