hugo/.travis.yml

25 lines
492 B
YAML
Raw Normal View History

language: go
sudo: required
go:
2017-05-25 14:14:02 -04:00
- 1.7.6
- 1.8.3
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
2016-08-16 04:05:10 -04:00
fast_finish: true
2016-09-18 18:10:10 -04:00
install:
- make vendor
script:
- make hugo-race check
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
2016-07-04 05:06:18 -04:00
before_install:
2016-12-22 23:19:00 -05:00
# gem install must be run with sudo on OSX
- sudo gem install asciidoctor | gem install asciidoctor
2017-08-11 08:24:28 -04:00
# Different behaviour between Linux and OSX
- sudo apt-get install python-docutils | sudo pip install docutils