hugo-theme-introduction/.travis.yml
2018-10-10 15:32:25 +02:00

17 lines
453 B
YAML

git:
depth: false
env:
- HUGO_VERSION="0.48"
- HUGO_VERSION="0.49.1"
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- mv hugo ~/bin/
- gem install html-proofer
script:
- cd exampleSite
- HUGO_THEME=hugo-theme-introduction hugo --themesDir ../.. -v
- htmlproofer public --check-html --disable-external