From 590d4348fedf03f338768d25e2f90733a7bcdee3 Mon Sep 17 00:00:00 2001 From: Ian Denhardt Date: Tue, 16 Jul 2019 12:13:16 -0400 Subject: [PATCH] README: Swap travis badge out for GitLab one. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8a05d2..58d18c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Build -Status](https://travis-ci.org/zenhack/go.notmuch.svg?branch=master)](https://travis-ci.org/zenhack/go.notmuch) +[![Build Status][ci-image]][ci] Go binding for [notmuch mail][1]. @@ -19,3 +18,5 @@ Running `make fmtcheck` checks for formatting issues. To run both tests and format checks, use `make ci`. [1]: http://notmuchmail.org/ +[ci-img]: https://gitlab.com/isd/go-notmuch/badges/master/build.svg +[ci]: https://gitlab.com/isd/go-notmuch/pipelines