language: node_js
node_js:
  - "6"
  - "4"
  - "7"
before_install:
  - npm install -g npm@latest
sudo: false
