1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-06 03:15:29 +00:00
hugo/.travis.yml

11 lines
171 B
YAML

language: go
go:
- 1.2
- tip
script:
- go test ./...
- go build
- ./hugo -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...