Skip to content

Commit

Permalink
Added IRC notifications to irc.mozilla.org#taskcluster-bots
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Jan 26, 2016
1 parent 7f6b8a9 commit 3999798
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@ language: node_js
node_js:
- "0.11"
- "0.10"

# encrpyt channel name to get around issue
# https://github.com/travis-ci/travis-ci/issues/1094
notifications:
irc:
channels:
# encrpyted string was "irc.mozilla.org#taskcluster-bots"
- secure: "N5DqU1W8PIax7RQyj4yRs4SSFWy0rpMV66oiOW1QiFym8ptxgrwionmsCC5jcxanzmPvAmXByNfvO0x6V54Wx7TyJ6gEv+8smgy/cpNgUTXIr/ovc29AQWMbx1GI5Pw51W7dsqiFJTl8mfqJHW9WeiI6HFl+GOdKtDFEK48E/NM="
on_success: change
on_failure: always
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"
- "Commit message : %{commit_message}"

0 comments on commit 3999798

Please sign in to comment.