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:
authorHanzei <hanzei@mailbox.org>2018-07-03 21:01:08 +0300
committerHanzei <hanzei@mailbox.org>2018-07-06 14:47:39 +0300
commit1096f450fc7afc74944fe0590b8ad00527d6a199 (patch)
tree46e9ca9ef7157fc3834e68fb586f5b1d9230d9ed
parent0e3c99a9f133ad1bd1bb3226c44d6adf65f0fb5f (diff)
Fix travis for hugo 0.42
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b418184..6d45484 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
+git:
+ depth: false
+
env:
- - HUGO_VERSION="0.41"
+ - HUGO_VERSION="0.42.2"
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
@@ -9,5 +12,5 @@ install:
script:
- cd exampleSite
- - hugo --themesDir .. -t . -v
+ - HUGO_THEME=hugo-theme-introduction hugo --themesDir ../.. -v
- htmlproofer public --check-html --disable-external