diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0d76cd8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: go + +go: + - 1.3 + - tip +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 diff --git a/README.md b/README.md index dd8a000..a3096be 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