From: Sandro Santilli Date: Mon, 24 Feb 2014 20:46:27 +0000 (+0000) Subject: Do not use IRC notices for build statuses X-Git-Tag: 2.2.0rc1~1222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f6ab697a11eea295e43589b48374588bf05a49;p=postgis Do not use IRC notices for build statuses .. should still send messages to the IRC channel, just not notices git-svn-id: http://svn.osgeo.org/postgis/trunk@12278 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.travis.yml b/.travis.yml index d5f06858e..409d6a307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,8 @@ notifications: channels: - "irc.freenode.org#postgis" on_success: change - on_failure: always - use_notice: true + on_failure: change + use_notice: false script: - make - make check RUNTESTFLAGS=-v