mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Added example build badges
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
{% include badge.html link="[ci](#ci-icon)" %}
|
||||
{% include badge.html link="[fork](#forkme-icon)" %}
|
||||
{% include badge.html link="[etc](#)" %}
|
||||
{% include badge.html link="[etc](#)" %}
|
||||
{% capture cilink %}
|
||||
<a href="https://drone.io/github.com/springframework-meta/gs-rest-service/latest">
|
||||
<img src="https://drone.io/github.com/springframework-meta/gs-rest-service/status.png">
|
||||
</a>
|
||||
{% endcapture %}
|
||||
|
||||
{% capture travislink %}
|
||||
[](https://travis-ci.org/SpringSource/spring-boot)
|
||||
{% endcapture %}
|
||||
|
||||
{% capture bamboostatus %}
|
||||
[Bamboo Status](https://build.springsource.org/browse/XD)
|
||||
{% endcapture %}
|
||||
|
||||
{% include badge.html link=cilink %}
|
||||
{% include badge.html link=travislink %}
|
||||
{% include badge.html link=bamboostatus %}
|
||||
|
||||
@@ -305,8 +305,7 @@
|
||||
padding: 20px 20px 18px;
|
||||
}
|
||||
.project-sub-link--wrapper .project-sub-link {
|
||||
background-color: #cbcaca;
|
||||
width: 30px;
|
||||
min-width: 30px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
margin-right: 2.9%;
|
||||
|
||||
Reference in New Issue
Block a user