hugo/.travis.yml

21 lines
286 B
YAML
Raw Normal View History

language: go
2015-12-02 22:52:56 +00:00
sudo: false
go:
- 1.5.4
2016-06-30 05:05:48 +00:00
- 1.6.2
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
script:
2016-03-22 19:35:02 +00:00
- make check
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...