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

.travis.yml - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3aa1347070d8f9e120840251074f5580e180a191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
env:
  - 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.1"

install:
  - wget 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/
  - hugo version
  - gem install html-proofer
  - htmlproofer --version
  - git clone https://github.com/EmielH/hugo-theme-test.git

script:
  - cd hugo-theme-test
  - hugo -t tale-hugo --themesDir ../..
  - htmlproofer public --check-html --disable-external --allow-hash-href --checks-to-ignore LinkCheck