Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Notify IRC channel when build breaks.
  • Loading branch information
coke committed Jan 7, 2016
1 parent 7f0e077 commit 68ae004
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,16 @@ addons:
branches:
except:
- gh-pages
notifications:
irc:
channels:
- "irc.freenode.net#perl6"
on_success: change
on_failure: always
template:
- "Doc build %{result}. %{author} '%{commit_message}'"
- "%{build_url} %{compare_url}"

language: perl6
sudo: false
perl6:
Expand Down

0 comments on commit 68ae004

Please sign in to comment.