# HG changeset patch # User Mikael Berthe # Date 1521642503 -3600 # Node ID 60b1d842275af40304a63d4cef7a6fcde9fd5fb3 # Parent 1bea7f8ff489bedf456c68135019d16e2937d9ca README: Fix Travis badge diff -r 1bea7f8ff489 -r 60b1d842275a 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.