language: node_js
node_js:
  - "9"
  - "8"
  - "6"

branches:
  only:
  - master
  - /^release\/.*$/

script:
  - npm test

after_success:
  - npm run coveralls

cache: yarn
