branches:
  only:
  - master
language: node_js
node_js:
  - "12"
script:
  - npm test
  - npm run eslint
