README: Fix Travis badge
authorMikael Berthe <mikael@lilotux.net>
Wed, 21 Mar 2018 15:28:23 +0100
changeset 224 60b1d842275a
parent 223 1bea7f8ff489
child 225 9aa1cb3e1dee
README: Fix Travis badge
README.md
--- a/README.md	Wed Mar 21 15:22:28 2018 +0100
+++ b/README.md	Wed Mar 21 15:28:23 2018 +0100
@@ -4,7 +4,7 @@
 
 [![godoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/McKael/madon)
 [![license](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/McKael/madon/master/LICENSE)
-[![build](https://img.shields.io/travis/McKael/madon.svg?style=flat)](https://travis-ci.org/McKael/madon)
+[![build](https://travis-ci.org/McKael/madon.svg?branch=master)](https://travis-ci.org/McKael/madon)
 [![Go Report Card](https://goreportcard.com/badge/github.com/McKael/madon)](https://goreportcard.com/report/github.com/McKael/madon)
 
 `madon` is a [Go](https://golang.org/) library to access the Mastondon REST API.