[postgis-tickets] r15446 - Fix markdown of build badges
Sandro Santilli
strk at kbt.io
Fri Jun 23 04:40:21 PDT 2017
Author: strk
Date: 2017-06-23 04:40:21 -0700 (Fri, 23 Jun 2017)
New Revision: 15446
Modified:
trunk/README.md
Log:
Fix markdown of build badges
For some reason GitHub doesn't like newlines :/
NOTE: Gogs and GitLab are both happy with the previous syntax...
Modified: trunk/README.md
===================================================================
--- trunk/README.md 2017-06-23 06:15:04 UTC (rev 15445)
+++ trunk/README.md 2017-06-23 11:40:21 UTC (rev 15446)
@@ -1,18 +1,13 @@
Debbie:
- []
- (https://debbie.postgis.net/view/PostGIS/job/PostGIS_trunk/)
+ [](https://debbie.postgis.net/view/PostGIS/job/PostGIS_trunk/)
Winnie:
- []
- (https://debbie.postgis.net:444/view/PostGIS/job/PostGIS_trunk/)
+ [](https://debbie.postgis.net:444/view/PostGIS/job/PostGIS_trunk/)
Dronie:
- []
- (https://drone.osgeo.org/postgis/postgis?branch=svn-trunk)
+ [](https://drone.osgeo.org/postgis/postgis?branch=svn-trunk)
Travis:
- []
- (http://travis-ci.org/postgis/postgis)
+ [](http://travis-ci.org/postgis/postgis)
GitLab-CI:
- []
- (https://gitlab.com/postgis/postgis/commits/svn-trunk)
+ [](https://gitlab.com/postgis/postgis/commits/svn-trunk)
This file is here to play nicely with modern code repository facilities.
Actual readme is [here](README.postgis).
More information about the postgis-tickets
mailing list