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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 864d5df..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-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