[GRASS-SVN] r73764 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 5 02:17:39 PST 2018
Author: neteler
Date: 2018-12-05 02:17:39 -0800 (Wed, 05 Dec 2018)
New Revision: 73764
Modified:
grass/trunk/.travis.yml
Log:
Attempt to add Codecov support for automated source code quality checks (https://codecov.io/gh/GRASS-GIS/grass-ci)
Modified: grass/trunk/.travis.yml
===================================================================
--- grass/trunk/.travis.yml 2018-12-05 10:15:23 UTC (rev 73763)
+++ grass/trunk/.travis.yml 2018-12-05 10:17:39 UTC (rev 73764)
@@ -27,6 +27,9 @@
script:
- ./.travis/$TRAVIS_OS_NAME.script.sh
+after_success:
+ - bash < (curl -s https://codecov.io/bash)
+
notifications:
email:
recipients:
More information about the grass-commit
mailing list