diff mbox series

travis-ci: include build badge in README

Message ID 20170908115103.2968-1-christian.storm@siemens.com
State Accepted
Headers show
Series travis-ci: include build badge in README | expand

Commit Message

Storm, Christian Sept. 8, 2017, 11:51 a.m. UTC
Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic Sept. 12, 2017, 9:27 a.m. UTC | #1
On 08/09/2017 13:51, Christian Storm wrote:
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> ---
>  README.md | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/README.md b/README.md
> index 902a9e9..afb5446 100644
> --- a/README.md
> +++ b/README.md
> @@ -3,6 +3,8 @@
>  SWUpdate - Software Update for Embedded Systems
>  ===============================================
>  
> +[![Build Status](https://travis-ci.org/sbabic/swupdate.svg?branch=master)](https://travis-ci.org/sbabic/swupdate)
> +
>  SWUpdate is a Linux Update agent with the goal to
>  provide an efficient and safe way to update
>  an embedded system. SWUpdate supports local and remote
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/README.md b/README.md
index 902a9e9..afb5446 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ 
 SWUpdate - Software Update for Embedded Systems
 ===============================================
 
+[![Build Status](https://travis-ci.org/sbabic/swupdate.svg?branch=master)](https://travis-ci.org/sbabic/swupdate)
+
 SWUpdate is a Linux Update agent with the goal to
 provide an efficient and safe way to update
 an embedded system. SWUpdate supports local and remote