Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed4714ce3bcef404a10d9b8fd776220d1a16d622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
git:
  depth: false

env:
  - HUGO_VERSION="0.48"

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