git » chasquid » commit 78937ac

travis.yml: Add IRC notifications

author Alberto Bertogli
2018-10-16 07:42:07 UTC
committer Alberto Bertogli
2018-12-02 01:23:49 UTC
parent 4db9ffec0936a903d9ed74b54d48998dd80545c2

travis.yml: Add IRC notifications

.travis.yml +10 -0

diff --git a/.travis.yml b/.travis.yml
index 7d618f8..1381ac5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,3 +24,13 @@ script:
     - go test ./...
     - go test -race ./...
 
+notifications:
+    email:
+        on_success: change
+        on_failure: always
+    irc:
+        channels:
+          - "ircs://chat.freenode.net:7070/#chasquid"
+        use_notice: true
+        on_success: change
+        on_failure: always