language: node_js
sudo: false
before_install: npm i -g npm
node_js:
  - "7"
  - "6"
  - "5"
  - "4"