language: node_js
sudo: false
node_js:
  - 9
  - 8
  - 7
  - 6
  - 4
script:
  npm run ci
