language: node_js

os:
  - linux

node_js:
  - node

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

install:
  - npm install
  - npm run build

script:
  npm test
