Browse Source

Add IRC notifications for build failures/changes

Kevin Brown 10 years ago
parent
commit
a6b11ab48b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

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