Procházet zdrojové kódy

Try out travis' IRC notifications

Hamilton Turner před 11 roky
rodič
revize
33d4c5fa2e
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  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