language: node_js
before_install:
  - "npm install npm -g"
node_js:
  - 5.0
  - 4.2
  - iojs
sudo: false
