1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
gohugoio-hugo/.travis.yml
Bjørn Erik Pedersen a8fad86671 Bump Travis to Go 1.7.1
2016-09-08 00:37:04 +03:00

22 lines
315 B
YAML

language: go
sudo: required
go:
- 1.6.3
- 1.7.1
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- make check
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
before_install:
- gem install asciidoctor
- sudo pip install docutils