aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
blob: 3c0c25d979befe210937af83fc8214f7c6e0fa23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
machine:
  node:
    version: 6.1.0

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