[geos-commits] r4166 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Mar 6 05:40:26 PST 2016


Author: mloskot
Date: 2016-03-06 05:40:26 -0800 (Sun, 06 Mar 2016)
New Revision: 4166

Modified:
   trunk/.travis.yml
Log:
Change Travis CI webhook notifications to 'always'

Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2016-03-06 08:29:21 UTC (rev 4165)
+++ trunk/.travis.yml	2016-03-06 13:40:26 UTC (rev 4166)
@@ -3,7 +3,7 @@
 #
 # This is free software; you can redistribute and/or modify it under
 # the terms of the GNU Lesser General Public Licence as published
-# by the Free Software Foundation. 
+# by the Free Software Foundation.
 # See the COPYING file for more information.
 #
 sudo: false
@@ -48,6 +48,6 @@
     webhooks:
         urls:
             - https://webhooks.gitter.im/e/a38e35772d115f246fb9
-        on_success: change  # options: [always|never|change] default: always
+        on_success: always  # options: [always|never|change] default: always
         on_failure: always  # options: [always|never|change] default: always
-        on_start: never     # options: [always|never|change] default: always
+        on_start: always     # options: [always|never|change] default: always



More information about the geos-commits mailing list