language: node_js
node_js:
  - 6
  - 8
  - 10
sudo: false
install:
  - npm install
script:
  - npx grunt eslint
  - npx grunt karma
