Explorar el Código

Add IRC notifications for build failures/changes

Kevin Brown hace 10 años
padre
commit
a6b11ab48b
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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