language: node_js
sudo: false
node_js:
  - '4.2'

branch:
  only:
    - master

script:
  - npm test