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

        
                  


                       
                      




                               
machine:
  node:
    version: 8.1.4
dependencies:
  pre:
    - "npm i -g testem"
    - "npm i -g mocha"
test:
  override:
    - "npm run lint"
    - "npm run test-coverage"
    - "npm run test-integration"