hugo/.travis.yml

20 lines
246 B
YAML
Raw Normal View History

language: go
2015-12-02 22:52:56 +00:00
sudo: false
go:
2015-11-20 18:16:13 +00:00
- 1.4.3
2015-12-04 01:09:03 +00:00
- 1.5.2
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
script:
- go test ./...
- go build
- ./hugo -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...