language: node_js
node_js:
- '4.2'
install:
- npm install
branches:
only:
    - master
    - develop
