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