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"