From d34efc760002f90cb05696d7d0260e304d426f74 Mon Sep 17 00:00:00 2001 From: Robert Wallis Date: Sun, 2 Jul 2017 14:55:34 -0700 Subject: [PATCH] gitter updates from Travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3d33a67..28ecef4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,12 @@ install: script: - xbuild /p:Configuration=Debug ECSLight.sln - nunit-console Tests/bin/Debug/Tests.dll + +# gitter +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/e9c8bd47255f8eb30665 + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: never # options: [always|never|change] default: always