forcing the right username for the doc update and adding -e to ensure we see where it fails on travis
diff --git a/.travis.yml b/.travis.yml
index 86edbac..b1cf61c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@
     - stage: master_build
       env:
       - STEP=Update Documentation
-      script: cd winegrower-documentation && mvn site-deploy -Pgh-pages -Duser.name=ci --settings ../.travis/settings.xml
+      script: cd winegrower-documentation && mvn site-deploy -Pgh-pages -Duser.name=winegrower-github -e --settings ../.travis/settings.xml
       jdk: oraclejdk8
 
     - stage: master_build