language: node_js
sudo: false
node_js:
- "node"
install:
- npm install
script:
- npm run lint
- npm run test
- npm run build