From 83544825fe853e295ee68bfb9dc5f0376fc7acb5 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 24 Feb 2018 22:28:06 +0000 Subject: [PATCH] Add IRC notifications to travis builds. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa2ab1c8..e68784de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,10 @@ language: csharp solution: DiscImageChef.sln mono: - latest - - 5.2.0 \ No newline at end of file + - 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}" \ No newline at end of file