mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Add support for continuous testing.
Using travis-ci.org
This commit is contained in:
parent
2bf24877a6
commit
bb273df4cd
2 changed files with 5 additions and 0 deletions
3
.travis.yml
Normal file
3
.travis.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.1
|
|
@ -2,6 +2,8 @@
|
||||||
A Fast and Flexible Static Site Generator built with love by [spf13](http://spf13.com)
|
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.
|
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
|
## Overview
|
||||||
|
|
||||||
Hugo is a static site generator written in GoLang. It is optimized for
|
Hugo is a static site generator written in GoLang. It is optimized for
|
||||||
|
|
Loading…
Reference in a new issue