ref: f8212d20009c4b5cc6e1ec733d09531eb6525d9f
dir: /.travis.yml/
language: go sudo: false dist: trusty git: depth: false go: - 1.9.7 - "1.10.3" - 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