sudo: false
language: node_js
matrix:
include:
- node_js: 8
- node_js: 10
- node_js: stable
# Make sure we have new NPM.
before_install:
- npm install -g npm
script:
- npm run lint