github.com/whatlly/hugo@v0.47.1/.travis.yml (about)

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