From 61c3ed26f80f72da8ef7c27304a5961839d47a74 Mon Sep 17 00:00:00 2001 From: Shunsuke Michii Date: Tue, 28 Jun 2016 16:29:27 +0900 Subject: [PATCH] Fix readme to specify git branch parameter of travis badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f81879..7ffe5d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ go-libwebp ========== -[![Build Status](https://travis-ci.org/harukasan/go-libwebp.svg)](https://travis-ci.org/harukasan/go-libwebp) +[![Build Status](https://travis-ci.org/harukasan/go-libwebp.svg?branch=master)](https://travis-ci.org/harukasan/go-libwebp) [![GoDoc](https://godoc.org/github.com/harukasan/go-libwebp/webp?status.svg)](https://godoc.org/github.com/harukasan/go-libwebp/webp) A implementation of Go binding for [libwebp](https://developers.google.com/speed/webp/docs/api) written with cgo.