From 808f9b6da423de1afb1b9e1112b1d77a4ed81500 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Sat, 21 Feb 2015 08:17:04 -0800 Subject: [PATCH] disable IRC notifications again --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 183b54c..0adef6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"