hugo/.travis.yml

19 lines
250 B
YAML
Raw Normal View History

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