From 5d41d932b4301573e7d544c68599d05669b25201 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 17 Sep 2013 00:45:03 -0600 Subject: [PATCH] Add irc notifications --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52dbaa68..d429403f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,7 @@ install: - sudo apt-get install mono-devel mono-gmcs nunit-console script: - - xbuild ./TShockAPI/TShockAPI.csproj \ No newline at end of file + - xbuild ./TShockAPI/TShockAPI.csproj + +notifications: + irc: "irc.rizon.net#tshock" \ No newline at end of file