From 36e2093154cc2cd2129b13f05186a120e4e570f4 Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Fri, 11 May 2018 10:52:54 +0200
Subject: [PATCH] Try to fix Travis build

---
 .travis.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.sh b/.travis.sh
index d01ca668..bcd7c79e 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -54,7 +54,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then
   # Install GitHub pages import helper and Material, so we can use it as a
   # base template and add overrides
   pip install --user ghp-import
-  python setup.py --user install
+  python setup.py install --user
 
   # Build documentation with overrides and publish to GitHub pages
   mkdocs build --theme material --theme-dir overrides
-- 
GitLab