Commit cb01d4351d699468ce674393f72e6bb139d6d3d0

Authored by Sergio Oliveira
1 parent d1bc4536

Added travis notifications on IRC

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -19,3 +19,11 @@ script:
19 19  
20 20 after_success:
21 21 - coveralls
  22 +
  23 +notifications:
  24 + irc:
  25 + channels:
  26 + - "chat.freenode.net#colab"
  27 + on_success: change
  28 + on_failure: always
  29 + use_notice: true
... ...