Skip to content

Commit

Permalink
Add IRC notifications to Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawuli Adzaku committed Apr 7, 2014
1 parent 090a13d commit 1914056
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ notifications:
- zotonic-commits@googlegroups.com
on_success: change #[always|never|change] # default: change
on_failure: always #[always|never|change] # default: always
irc:
channels:
- "chat.freenode.net#zotonic"
on_success: always #[always|never|change] # default: change
on_failure: always #[always|never|change] # default: always
template:
- "New commit on %{repository_name}/%{branch} by %{author}: %{message} (%{commit}) "
- "Build details: %{build_url}"

0 comments on commit 1914056

Please sign in to comment.