language: node_js

node_js:
  - "5.9.0"

notifications:
  email: false

sudo: false

branches:
  only:
    - master

install:
  - npm install
