summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Campbell <noahcampbell@gmail.com>2013-09-01 12:02:05 -0700
committerNoah Campbell <noahcampbell@gmail.com>2013-09-01 20:03:10 -0700
commitd841d522f1ad57d6dd37558b743ef59bd8636d15 (patch)
treed502f662af524385fb7fbaa16dbd67d496ec3f40
parentba82a20321b7c093077c787ced76e6fa45b5bd67 (diff)
Include building hugo docs as part of test.
If the building of the doc fails, tarvis will fail. This will help with pull requests.
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b1081131c..98eb77b3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,7 @@
language: go
go:
- 1.1
+script:
+ - go test ./...
+ - go build
+ - ./hugo -s docs/