From aadb85d86ed7cd43ea37121a82ba61c9491fd2a7 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 17 Jul 2014 11:37:12 -0400 Subject: [PATCH] Less verbose irc output from travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37b44066..0e74d574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,12 @@ cache: apt compiler: gcc notifications: - irc: "chat.freenode.net#openscad" + irc: + channels: + - "chat.freenode.net#openscad" + on_success: change + use_notice: true + skip_join: true before_install: - echo 'yes' | sudo add-apt-repository ppa:chrysn/openscad