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

github.com/EmielH/tale-hugo.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.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4285416..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-env:
- - HUGO_VERSION="0.50"
- - HUGO_VERSION="0.74.3"
-
-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