hugo/.travis.yml

28 lines
408 B
YAML
Raw Normal View History

language: go
sudo: false
2018-03-26 15:09:58 +00:00
dist: trusty
git:
depth: false
go:
- 1.9.7
- "1.10.3"
- tip
os:
- linux
2018-01-26 16:08:32 +00:00
- 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:
2017-10-05 07:15:02 +00:00
- go get github.com/magefile/mage
- mage -v vendor
script:
- mage -v hugoRace
2017-10-05 07:15:02 +00:00
- mage -v check
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
2016-07-04 09:06:18 +00:00
before_install:
- gem install asciidoctor
- type asciidoctor