From 13c6d9027df00f16806000e6fee28f04d86ffdd3 Mon Sep 17 00:00:00 2001 From: Florian Schlachter Date: Sat, 26 Jul 2014 17:36:33 +0200 Subject: [PATCH 1/3] Create .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..23f0453 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: go + +go: + - 1.3 + - tip +install: + - go get code.google.com/p/go.tools/cmd/cover + - go get gopkg.in/check.v1 +script: + - go test -v -covermode=count -coverprofile=coverage.out From eb4ad730a9f794d305955fcdd6ee049e6fc7222a Mon Sep 17 00:00:00 2001 From: Florian Schlachter Date: Sat, 26 Jul 2014 17:39:17 +0200 Subject: [PATCH 2/3] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 23f0453..0d76cd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,8 @@ go: install: - go get code.google.com/p/go.tools/cmd/cover - go get gopkg.in/check.v1 + - go get github.com/flosch/pongo2 + - go get github.com/russross/blackfriday + - go get github.com/extemporalgenome/slug script: - go test -v -covermode=count -coverprofile=coverage.out From adae7da7f22da3e4656fbc88787687e3f8af1939 Mon Sep 17 00:00:00 2001 From: Florian Schlachter Date: Sat, 26 Jul 2014 17:42:22 +0200 Subject: [PATCH 3/3] Added badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6551653..29bcd2d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # pongo2-addons +[![Build Status](https://travis-ci.org/flosch/pongo2-addons.svg?branch=master)](https://travis-ci.org/flosch/pongo2-addons) +[![GitTip](http://img.shields.io/badge/gittip-support%20pongo-brightgreen.svg)](https://www.gittip.com/flosch/) + Official filter and tag add-ons for [pongo2](https://github.com/flosch/pongo2). Uses 3rd-party-libraries. ## How to use and install