From bdba60a2abba2a19dbf3c3fee6b3fa71c231dbbe Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 4 Sep 2013 23:39:15 +0000 Subject: [PATCH] Test travis alerting system git-svn-id: http://svn.osgeo.org/postgis/trunk@11916 b70326c6-7e19-0410-871a-916f4a2858ee --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5448f14ca..1220cacc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,14 @@ compiler: - gcc notifications: email: false + irc: + channels: + - "irc.freenode.org#postgis" + on_success: always + on_failure: always + use_notice: true script: - make - #- make check RUNTESTFLAGS=-v - - make check + - make check RUNTESTFLAGS=-v after_failure: - cat /tmp/pgis_reg/* -- 2.50.1