github.com/olliephillips/hugo@v0.42.2/.travis.yml (about)

     1  language: go
     2  sudo: false
     3  dist: trusty
     4  git:
     5    depth: false
     6  go:
     7    - 1.9.5
     8    - "1.10.1"
     9    - tip
    10  os:
    11    - linux
    12    - osx
    13  matrix:
    14    allow_failures:
    15      - go: tip
    16    fast_finish: true
    17  install:
    18    - go get github.com/magefile/mage
    19    - mage -v vendor
    20  script:
    21    - mage -v hugoRace
    22    - mage -v check
    23    - ./hugo -s docs/
    24    - ./hugo --renderToMemory -s docs/
    25  before_install:
    26    - gem install asciidoctor
    27    - type asciidoctor