mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
7 lines
91 B
YAML
7 lines
91 B
YAML
language: go
|
|
go:
|
|
- tip
|
|
script:
|
|
- go test ./...
|
|
- go build
|
|
- ./hugo -s docs/
|