Skip to content

Commit

Permalink
Merge pull request #175 from strider/TravisCI
Browse files Browse the repository at this point in the history
Add travis irc notification
  • Loading branch information
xbezdick committed Dec 8, 2014
2 parents 77c7aaa + 86db5bd commit 53880bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,14 @@ env:
- PUPPET_GEM_VERSION="~> 3.7.0"
notifications:
email: false
irc:
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"
channels:
- "irc.freenode.net#packstack-dev"
on_success: always
on_failure: always
use_notice: true
skip_join: true

0 comments on commit 53880bc

Please sign in to comment.