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