From 5290c4773bb134a37c1510e2d3f2e3cf1097e728 Mon Sep 17 00:00:00 2001 From: jst Date: Wed, 3 Apr 2013 20:50:30 +0200 Subject: [PATCH] Add Travis build status in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81bf13d..3f75cff 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Resize Image resizing for the [Go programming language](http://golang.org) that includes a few interpolation methods. +[![Build Status](https://travis-ci.org/nfnt/resize.png)](https://travis-ci.org/nfnt/resize) + Installation ------------