Fix readme to specify git branch parameter of travis badge.

master
Shunsuke Michii 10 years ago
parent 5255b5389f
commit 61c3ed26f8

@ -1,7 +1,7 @@
go-libwebp 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) [![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. A implementation of Go binding for [libwebp](https://developers.google.com/speed/webp/docs/api) written with cgo.

Loading…
Cancel
Save