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: 864d5dfdcbc41a35bac6799aa2b573f166c7d2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
git:
  depth: false

env:
  - HUGO_VERSION="0.49.2"
  - HUGO_VERSION="0.50"
  - HUGO_VERSION="0.51"
  - HUGO_VERSION="0.52"
  - HUGO_VERSION="0.53"
  - HUGO_VERSION="0.54.0"
  - HUGO_VERSION="0.55.0"
  - HUGO_VERSION="0.56.0"

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