language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" branches: only: - master - dev install: - npm install script: - npm run test