language: node_js node_js: - "4" - "5" branches: only: - master before_script: - "npm install" script: - "npm test" notifications: email: - sergiofilhow@gmail.com