summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2016-03-09 10:22:38 -0500
committerKurt <kurt.w.jung@gmail.com>2016-03-09 10:22:38 -0500
commite5f9e198dae7336427dc4de343c86ea67f8fa350 (patch)
treeefd10092a59ec3a32aa460dbce04c1b1f069cf7d
parentae98c0896e8f81e47aa7cf402acf7d8aa7e81ec0 (diff)
Add Travis CI badge
-rw-r--r--README.md.template7
1 files 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}}