Add IRC notifications to travis builds.

This commit is contained in:
2018-02-24 22:28:06 +00:00
parent 7cba023f84
commit 83544825fe

View File

@@ -2,4 +2,10 @@ language: csharp
solution: DiscImageChef.sln
mono:
- latest
- 5.2.0
- 5.2.0
notifications:
irc: "chat.freenode.net#DiscImageChef"
skip_join: true
template:
- "Commit %{commit} by %{author} in %{branch} did %{result} after %{duration}."
- "Details on %{build_url}, changes on %{compare_url}"