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