Browse Source

Add IRC notifications for build failures/changes

Kevin Brown 10 năm trước cách đây
mục cha
commit
a6b11ab48b
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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