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