hugo/.travis.yml

24 lines
389 B
YAML
Raw Normal View History

language: go
sudo: required
dist: precise
go:
2017-05-25 18:14:02 +00:00
- 1.8.3
- 1.9
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
2016-08-16 08:05:10 +00:00
fast_finish: true
2016-09-18 22:10:10 +00:00
install:
- make vendor
script:
- make hugo-race check
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
2016-07-04 09:06:18 +00:00
before_install:
2016-12-23 04:19:00 +00:00
# gem install must be run with sudo on OSX
- sudo gem install asciidoctor | gem install asciidoctor