Message ID | 20170908115103.2968-1-christian.storm@siemens.com |
---|---|
State | Accepted |
Headers | show |
Series | travis-ci: include build badge in README | expand |
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 --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
Signed-off-by: Christian Storm <christian.storm@siemens.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+)