]> granicus.if.org Git - postgis/commitdiff
Test travis alerting system
authorRegina Obe <lr@pcorp.us>
Wed, 4 Sep 2013 23:39:15 +0000 (23:39 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 4 Sep 2013 23:39:15 +0000 (23:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11916 b70326c6-7e19-0410-871a-916f4a2858ee

.travis.yml

index 5448f14ca0781a2d0db62291f30de80017b72517..1220cacc8e4623afe0d7fb0773ae58cfe081851f 100644 (file)
@@ -30,9 +30,14 @@ compiler:
   - gcc\r
 notifications:\r
   email: false\r
+  irc:\r
+    channels:\r
+      - "irc.freenode.org#postgis"\r
+    on_success: always\r
+    on_failure: always\r
+    use_notice: true\r
 script:\r
   - make\r
-  #- make check RUNTESTFLAGS=-v\r
-  - make check\r
+  - make check RUNTESTFLAGS=-v\r
 after_failure:\r
   - cat /tmp/pgis_reg/*\r