aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
blob: 4919516f25b4df15dfb3dca064a0e82f3aae390f (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 38c2b4c; npm install && npm run migrate
    - npm run update_contracts
    - npm run test:coverage
    - npm run test:umd
    - npm run lint