aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
blob: efeb8ba57bcc4b797448f00f8163017400575408 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"