hugo/.travis.yml
Bjørn Erik Pedersen dcf1f96c2d Revert "Update Go release version to 1.5.2 in Travis config"
This reverts commit 30ebf6b823.

There is no Go 1.5.2... Where did I get that info!?
2015-11-14 16:59:45 +01:00

19 lines
234 B
YAML

language: go
go:
- 1.4.2
- 1.5.1
- 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 ./...