1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
gohugoio-hugo/.travis.yml

21 lines
278 B
YAML
Raw Normal View History

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