shithub: hugo

ref: f7bc28c5291bda85e8d63433121dc903a6f7bf80
dir: /.travis.yml/

View raw version
language: go
sudo: false
dist: trusty
go:
  - 1.9.4
  - "1.10"
  - tip
os:
  - linux
  - osx
matrix:
  allow_failures:
    - go: tip
  fast_finish: true
install:
  - go get github.com/magefile/mage
  - mage -v vendor
script:
  - mage -v hugoRace
  - mage -v check
  - ./hugo -s docs/
  - ./hugo --renderToMemory -s docs/
before_install:
  - gem install asciidoctor
  - type asciidoctor