aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
blob: 66eed17d73aefdd16f7725630c9912c7efa17ee5 (plain) (blame)
1
2
3
4
5
6
7
machine:
  node:
    version: 8.1.4
dependencies:
  pre:
    - "npm i -g testem"
    - "npm i -g mocha"