From 7e5fd428fd943cfbbbab4a2a1a39da577d0259c0 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 17 Sep 2013 01:07:27 -0600 Subject: [PATCH] Add hipchat notifications --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d429403f..862db2e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ language: c - install: - - sudo apt-get install mono-devel mono-gmcs nunit-console - +- sudo apt-get install mono-devel mono-gmcs nunit-console script: - - xbuild ./TShockAPI/TShockAPI.csproj - +- xbuild ./TShockAPI/TShockAPI.csproj notifications: - irc: "irc.rizon.net#tshock" \ No newline at end of file + irc: irc.rizon.net#tshock + hipchat: hpRLWiHF2j6O2qJOVs++aqAmryN6G5kY0SF26/rKCpQ7klhMlDZIgI1V1dbkKqlculFtW1neS0EBJyV9lmcV5b26H+KhlZYGN0j7q1VcOTM3rvtU6wW0Ap22uRLl2RrnA4kEsgDAsNouPOkyLZ19hlHAISlsId6G4+Rfqg6k+zQ= \ No newline at end of file