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

test:
  override:
    - npm run testrpc:
        background: true
    - git clone git@github.com:0xProject/contracts.git ../contracts
    - cd ../contracts; git checkout cd04d7c; npm install && npm run migrate
    - npm run test:coverage
    - npm run report_test_coverage
    - npm run test:umd
    - npm run lint