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