From e5f9e198dae7336427dc4de343c86ea67f8fa350 Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 9 Mar 2016 10:22:38 -0500 Subject: Add Travis CI badge --- README.md.template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md.template b/README.md.template index a4fa6e4..fe68cb8 100644 --- a/README.md.template +++ b/README.md.template @@ -1,6 +1,9 @@ -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE) -[![GoDoc](https://godoc.org/github.com/jung-kurt/gofpdf?status.svg)](https://godoc.org/github.com/jung-kurt/gofpdf) +# gofpdf ![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE) +[![GoDoc](https://godoc.org/github.com/jung-kurt/gofpdf?status.svg)](https://godoc.org/github.com/jung-kurt/gofpdf) +[![Build Status](https://travis-ci.org/jung-kurt/gofpdf.svg?branch=master)](https://travis-ci.org/jung-kurt/gofpdf) + {{.Doc}} -- cgit v1.2.1-24-ge1ad