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