From bb273df4cda5f3c2a8621b70c3c03b7512d75782 Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Fri, 9 Aug 2013 18:24:42 -0700 Subject: [PATCH] Add support for continuous testing. Using travis-ci.org --- .travis.yml | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..98334df4c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: go +go: + - 1.1 diff --git a/README.md b/README.md index 77d28421a..b5ef7a292 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Fast and Flexible Static Site Generator built with love by [spf13](http://spf13.com) and [friends](http://github.com/spf13/hugo/graphs/contributors) in Go. +[![Build Status](https://travis-ci.org/spf13/hugo.png)](https://travis-ci.org/spf13/hugo) + ## Overview Hugo is a static site generator written in GoLang. It is optimized for