From 86df336ec44fa96ed423be364d000a92bdeb71a3 Mon Sep 17 00:00:00 2001 From: Emiel Hollander Date: Mon, 27 Sep 2021 22:46:22 +0200 Subject: Disable TravisCI --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .travis.yml 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 -- cgit v1.2.3