language: node_js
node_js:
  - '0.12'
  - '4.0'
  - '5.0'
  - '6'
  - '7'
sudo: false
before_install:
  - npm install -g npm@latest
