Include building hugo docs as part of test. - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit d841d522f1ad57d6dd37558b743ef59bd8636d15
DIR parent ba82a20321b7c093077c787ced76e6fa45b5bd67
HTML Author: Noah Campbell <noahcampbell@gmail.com>
Date: Sun, 1 Sep 2013 12:02:05 -0700
Include building hugo docs as part of test.
If the building of the doc fails, tarvis will fail. This will help with
pull requests.
Diffstat:
M .travis.yml | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
@@ -1,3 +1,7 @@
language: go
go:
- 1.1
+script:
+ - go test ./...
+ - go build
+ - ./hugo -s docs/