From: Noah Campbell Date: Sun, 1 Sep 2013 19:02:05 +0000 (-0700) Subject: Include building hugo docs as part of test. X-Git-Tag: v0.9~121 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d841d522f1ad57d6dd37558b743ef59bd8636d15;p=brevno-suite%2Fhugo Include building hugo docs as part of test. If the building of the doc fails, tarvis will fail. This will help with pull requests. --- diff --git a/.travis.yml b/.travis.yml index b1081131..98eb77b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: go go: - 1.1 +script: + - go test ./... + - go build + - ./hugo -s docs/