aboutsummaryrefslogblamecommitdiffstats
path: root/circle.yml
blob: cce0128325a86bc93cdc4037e418b43627cd2af4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                  

           

                                                       

                                                                           
                              
                           
                  
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 ../contracts
    - cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate
    - npm run update_contracts
    - npm run test:coverage
    - npm run lint