mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
bef34597f4
Go tip is at 1.5 now; make sure we also test with the latest release version.
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 ./...
|