Jelajahi Sumber

Add IRC notifications for build failures/changes

Kevin Brown 10 tahun lalu
induk
melakukan
a6b11ab48b
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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