language: node_js
node_js:
  - stable
sudo: false
install:
  - npm install
script:
  - npm run lint
  - npm run test
