ref: d841d522f1ad57d6dd37558b743ef59bd8636d15
parent: ba82a20321b7c093077c787ced76e6fa45b5bd67
author: Noah Campbell <[email protected]>
date: Sun Sep 1 08:02:05 EDT 2013
Include building hugo docs as part of test. If the building of the doc fails, tarvis will fail. This will help with pull requests.
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,7 @@
language: go
go:
- 1.1
+script:
+ - go test ./...
+ - go build
+ - ./hugo -s docs/