From 2def920793964927063a4b5d2f500294639b43f6 Mon Sep 17 00:00:00 2001 From: harukasan Date: Fri, 9 Jan 2015 14:45:48 +0900 Subject: [PATCH] Add travis-ci badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 719686a..006e3d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ go-libwebp ========== +[![Build Status](https://travis-ci.org/harukasan/go-libwebp.svg)](https://travis-ci.org/harukasan/go-libwebp) + A implementation of Go binding for [libwebp](https://developers.google.com/speed/webp/docs/api) written with cgo. ## Usage