git » chasquid » commit dade204

README: Add link to the gitlab CI pipeline status

author Alberto Bertogli
2019-07-13 23:26:19 UTC
committer Alberto Bertogli
2019-07-13 23:26:19 UTC
parent 0a29f25f14193b9c4319c0c6c43167903bab4565

README: Add link to the gitlab CI pipeline status

The integration tests are automatically run in a gitlab CI pipeline,
using docker.

This patch adds a link to the current status, like we do for the Go test
that are run in Travis, for convenience.

README.md +1 -0

diff --git a/README.md b/README.md
index eb73766..6a09920 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ It's written in [Go](https://golang.org), and distributed under the
 [Apache license 2.0](http://en.wikipedia.org/wiki/Apache_License).
 
 [![Travis-CI build status](https://travis-ci.org/albertito/chasquid.svg?branch=master)](https://travis-ci.org/albertito/chasquid)
+[![pipeline status](https://gitlab.com/albertito/chasquid/badges/master/pipeline.svg)](https://gitlab.com/albertito/chasquid/commits/master)
 [![Go Report Card](https://goreportcard.com/badge/github.com/albertito/chasquid)](https://goreportcard.com/report/github.com/albertito/chasquid)
 [![Coverage Status](https://coveralls.io/repos/github/albertito/chasquid/badge.svg?branch=next)](https://coveralls.io/github/albertito/chasquid?branch=next)
 [![GoDoc](https://godoc.org/blitiri.com.ar/go/chasquid?status.svg)](https://godoc.org/blitiri.com.ar/go/chasquid)