dist: xenial
language: node_js
node_js:
- node
- lts/*
before_script:
- cp test/config.json config.json
script:
- npm run lint
- npm test