language: node_js
node_js:
  - "10"
  - "9"
  - "8"
sudo: false
before_install:
  - 'npm install -g npm'
