language: node_js
node_js:
  - 'lts/*'
cache:
  - 'node_modules'

# safelist
branches:
  only:
    - release
    - master
    - stable
after_success: npm run coverage
