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

.travis.yml - github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6085764531fcb21d49e05eaa6f4cfe03ed5dceac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
env:
  - HUGO_VERSION="0.50"
  - HUGO_VERSION="0.51"
  - HUGO_VERSION="0.52"

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
  - git clone https://github.com/gohugoio/hugoBasicExample.git

script:
  - cd hugoBasicExample
  - hugo -t hallo-hugo --themesDir ../..
  - htmlproofer public --check-html --disable-external