sudo: false
language: node_js
node_js:
  - "5"
  - "4"
  - "3"
  - "2"
  - "1"
  - "0.12"
  - "0.10"
before_install:
  - "npm install npm -g"