hugo/.travis.yml
Noah Campbell d841d522f1 Include building hugo docs as part of test.
If the building of the doc fails, tarvis will fail.  This will help with
pull requests.
2013-09-01 20:03:10 -07:00

8 lines
92 B
YAML

language: go
go:
- 1.1
script:
- go test ./...
- go build
- ./hugo -s docs/