From 21bca12e363a1af6c44afec9dbdc524e86ab697d Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 25 Feb 2018 16:16:33 +0000 Subject: [PATCH] build: Travis gitter integration --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index ee55910f..37f54fd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,11 @@ before_deploy: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mv SparkleShare/Mac/bin/ReleaseMac/SparkleShare.app . ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then zip --recurse-paths sparkleshare-mac-nightly-${TRAVIS_COMMIT}.zip SparkleShare.app ; fi +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/f1a1178baa78d1162385 + on_success: change + on_failure: always + on_start: never +