Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Campbell <noahcampbell@gmail.com>2013-09-01 23:02:05 +0400
committerNoah Campbell <noahcampbell@gmail.com>2013-09-02 07:03:10 +0400
commitd841d522f1ad57d6dd37558b743ef59bd8636d15 (patch)
treed502f662af524385fb7fbaa16dbd67d496ec3f40 /.travis.yml
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.
Diffstat (limited to '.travis.yml')
-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/