소스 검색

Add IRC notifications for build failures/changes

Kevin Brown 10 년 전
부모
커밋
a6b11ab48b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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