language: node_js
node_js:
  - 0.8
  - 0.12
  - 4.4
  - 5.11
  - 6.1
before_script:
  - npm install
