From dade2041dbfa3aa034be94e052c9bb1b9899b849 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 14 Jul 2019 00:26:19 +0100 Subject: [PATCH] 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 + 1 file changed, 1 insertion(+) 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)