[geos-commits] r4164 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Mar 5 16:04:20 PST 2016


Author: mloskot
Date: 2016-03-05 16:04:20 -0800 (Sat, 05 Mar 2016)
New Revision: 4164

Modified:
   trunk/.travis.yml
Log:
Clean up to address some issues reported by lint.travis-ci.org.
Enable mailing list notification.
Add Gitter notification.


Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2016-03-05 23:40:32 UTC (rev 4163)
+++ trunk/.travis.yml	2016-03-06 00:04:20 UTC (rev 4164)
@@ -22,8 +22,6 @@
 
 matrix:
   fast_finish: true
-  allow_failures:
-    #- env: GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
 
 addons:
   apt:
@@ -44,7 +42,12 @@
         use_notice: true
     email:
         recipients:
-            #- geos-devel at lists.osgeo.org # TODO: whitelist this e-mail
+            - geos-devel at lists.osgeo.org
         on_success: change
         on_failure: always
-
+    webhooks:
+        urls:
+            - https://webhooks.gitter.im/e/a38e35772d115f246fb9
+        on_success: change  # options: [always|never|change] default: always
+        on_failure: always  # options: [always|never|change] default: always
+        on_start: never     # options: [always|never|change] default: always



More information about the geos-commits mailing list