disable IRC notifications again

This commit is contained in:
Sam Dodrill 2015-02-21 08:17:04 -08:00
parent 8cff086fc5
commit 0c372c65fc
1 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,4 @@ before-install:
- sudo apt-get update
install:
- sudo apt-get install build-essential libssl-dev flex bison astyle
script: "(cd ./testsuite/astyle && ./check_style.sh) ./configure && make"
notifications:
irc: "irc.yolo-swag.com#elemental-ircd"
script: "(cd ./testsuite/astyle && ./check_style.sh) && ./configure && make"