Skip to content

Commit

Permalink
Merge pull request #26 from rackerlabs/Add-irc-notification
Browse files Browse the repository at this point in the history
adding irc notification for travis
  • Loading branch information
lekhajee committed Apr 29, 2014
2 parents 94e4a11 + 7d5bfbb commit a69fbb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -5,3 +5,9 @@ python:
install: "pip install -r requirements.txt"
# command to run tests
script: python -m unittest discover
notifications:
irc:
channels: "chat.freenode.net##mimic"
template:
- "%{repository}@%{branch} - %{author}: %{message} (%{build_url})"
use_notice: true

0 comments on commit a69fbb7

Please sign in to comment.