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:
authorEmiel Hollander <EmielH@users.noreply.github.com>2021-09-27 23:46:22 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2021-09-27 23:46:34 +0300
commit86df336ec44fa96ed423be364d000a92bdeb71a3 (patch)
treee3c0b3c51fdf3c402ddc2e848851ebcbdc376cb0
parent68ebd67f9163828fd9756a54af24e8c8090eec38 (diff)
Disable TravisCI
-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