[GRASS-SVN] r68656 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 9 03:06:13 PDT 2016


Author: neteler
Date: 2016-06-09 03:06:13 -0700 (Thu, 09 Jun 2016)
New Revision: 68656

Modified:
   grass/trunk/.travis.yml
Log:
travis CI: add Notifications from travis (contributed by rkrug, https://github.com/GRASS-GIS/grass-ci/pull/2)

Modified: grass/trunk/.travis.yml
===================================================================
--- grass/trunk/.travis.yml	2016-06-09 09:59:24 UTC (rev 68655)
+++ grass/trunk/.travis.yml	2016-06-09 10:06:13 UTC (rev 68656)
@@ -27,15 +27,14 @@
 script:
   - ./.travis/.travis.$TRAVIS_OS_NAME.script.sh
 
-## Notifications:
-##         email:
-##             recipients:
-##                 - grass-dev at lists.osgeo.org
-##                 - landa.martin at gmail.com
-##                 - wenzeslaus at gmail.com
-##                 - rainer at krugs.de
-##             on_success: change
-##             on_failure: always
+notifications:
+        email:
+            recipients:
+                - grass-dev at lists.osgeo.org
+                - landa.martin at gmail.com
+                - wenzeslaus at gmail.com
+            on_success: change
+            on_failure: always
 
 
 ## TODO Change so that the .travis.yml files are in one repo and the



More information about the grass-commit mailing list