mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-07 21:03:55 +00:00
12 lines
182 B
YAML
12 lines
182 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- 1.4.2
|
|
- tip
|
|
script:
|
|
- go test ./...
|
|
- go build
|
|
- ./hugo -s docs/
|
|
install:
|
|
- go get github.com/stretchr/testify
|
|
- go get -v ./...
|