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

24 lines
363 B
YAML
Raw Normal View History

language: go
sudo: required
go:
- 1.5.4
2016-06-29 23:05:48 -06:00
- 1.6.2
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
script:
2016-03-22 20:35:02 +01:00
- make check
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
2016-07-04 11:06:18 +02:00
before_install:
- gem install asciidoctor
- sudo pip install docutils
install:
- go get github.com/stretchr/testify
- go get -v ./...