Ver Fonte

Add IRC notifications for build failures/changes

Kevin Brown há 10 anos atrás
pai
commit
a6b11ab48b
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -5,3 +5,8 @@ script:
   - grunt compile test
 notifications:
   email: false
+  irc:
+    channels:
+      - "chat.freenode.net#select2"
+    on_success: change
+    on_failure: always