language: node_js
node_js:
  - "4.0"
  - "iojs"
  - "0.12"
  - "0.11"
  - "0.10"
  - "0.8"
before_install:
  - npm install -g npm@1.4.28
sudo: false
