language: node_js node_js: #- '0.11' #- '0.10' - '4.1.2' - '5.5.0' - '6' after_script: - npm i coveralls - ./node_modules/coveralls/bin/coveralls.js < lcov notifications: webhooks: urls: - https://webhooks.gitter.im/e/aac2cbae1f8d9cfa5630 on_success: always on_failure: always on_start: true