summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-01-01 14:39:06 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-01-01 14:39:06 +0100
commit3181cd8d9e491986f60ce424889354e108873e84 (patch)
treee1262e9783f7c92b9c242769411008e05d4c7404 /.travis.yml
parentf5b7fb9aa2a5e3851a1bd20374a52507bd5f7ce4 (diff)
Disable enableGitInfo in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 644683c..7299232 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,2 @@
language: generic
-script: docker run --rm -it -v $(pwd)/exampleSite:/src -v $(pwd):/src/themes/hugo-book klakegg/hugo:0.52-ext-alpine
+script: docker run --rm -it -v $(pwd)/exampleSite:/src -v $(pwd):/src/themes/hugo-book klakegg/hugo:0.52-ext-alpine --enableGitInfo=false