hugo/.travis.yml

19 lines
250 B
YAML
Raw Normal View History

language: go
go:
- 1.4.2
2015-08-21 03:17:53 -04:00
- 1.5
2015-06-10 18:22:22 -04:00
- tip
os:
- linux
- osx
2015-06-10 18:22:22 -04:00
matrix:
allow_failures:
- go: tip
2014-01-18 11:02:56 -05:00
script:
- go test ./...
- go build
- ./hugo -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...