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

26 lines
386 B
YAML
Raw Normal View History

language: go
sudo: false
2018-03-26 09:09:58 -06:00
dist: trusty
go:
2018-02-07 21:45:53 +01:00
- 1.9.4
2018-02-17 00:34:38 +01:00
- "1.10"
- tip
os:
- linux
2018-01-26 17:08:32 +01:00
- osx
matrix:
allow_failures:
- go: tip
2016-08-16 10:05:10 +02:00
fast_finish: true
2016-09-18 17:10:10 -05:00
install:
2017-10-05 09:15:02 +02:00
- go get github.com/magefile/mage
- mage -v vendor
script:
- mage -v hugoRace
2017-10-05 09:15:02 +02:00
- mage -v check
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
2016-07-04 11:06:18 +02:00
before_install:
- gem install asciidoctor
- type asciidoctor