chiark / gitweb /
package/ci: notify gitter on build status changes.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 16 Dec 2017 16:54:21 +0000 (17:54 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 16 Dec 2017 16:54:21 +0000 (17:54 +0100)
package/ci/travis.yml

index 236a4b838d3a2e8efcf90b352db5147b77bc21b1..7107ba4d885e2de3444424493a3cb1f7eafeccd2 100644 (file)
@@ -42,3 +42,11 @@ script:
 cache:
   directories:
   - $HOME/bin
+
+notifications:
+  webhooks:
+    urls:
+    - https://webhooks.gitter.im/e/73c7db47c27b45b9ceaf
+    on_success: change
+    on_failure: always
+    on_start: never