From d841d522f1ad57d6dd37558b743ef59bd8636d15 Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Sun, 1 Sep 2013 12:02:05 -0700 Subject: [PATCH] Include building hugo docs as part of test. If the building of the doc fails, tarvis will fail. This will help with pull requests. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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/