hugo/.travis.yml

21 lines
284 B
YAML
Raw Normal View History

language: go
2015-12-02 17:52:56 -05:00
sudo: false
go:
2016-01-13 16:43:55 -05:00
- 1.5.3
2016-02-17 17:18:34 -05:00
- 1.6
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
script:
2016-03-22 15:35:02 -04:00
- make check
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...