sudo: false language: node_js node_js: - "0.12" - "iojs" before_script: "npm install -g codeclimate-test-reporter" script: "make test-travis" notifications: webhooks: urls: - https://webhooks.gitter.im/e/acf1870e9d223c65e8d5 on_success: always on_failure: always on_start: false