Browse Source

Try out travis' IRC notifications

Hamilton Turner 11 years ago
parent
commit
33d4c5fa2e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -179,3 +179,10 @@ install:
 script: 
   # Run test verification 
   - time ./toolset/run-ci.py test $TESTDIR
+
+notifications:
+  irc:
+    channels:
+      - "chat.freenode.net#techempower-fwbm"
+    on_success: always
+    on_failure: always