Skip to content

Commit

Permalink
Add IRC notification
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed May 15, 2017
1 parent 363720b commit 5fa7657
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 @@ -19,3 +19,14 @@ script:
after_success:
- codecov
- CODECLIMATE_REPO_TOKEN=f8067bcd68e80313e77f6c8319cc79f4f3443e7d703fdc22acc4d1f71a927e6c codeclimate-test-reporter

notifications:
irc:
channels:
- "chat.freenode.net##crisidev"
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"
use_notice: true
skip_join: true

0 comments on commit 5fa7657

Please sign in to comment.