summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4016af0d..6e6e71ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -157,7 +157,8 @@ after_success: |
export CODACY_PROJECT_TOKEN=df4443e7313e4ae599bcbbaf4835b00f
python-codacy-coverage -r coverage.xml
# auto-deploy docs to the gh-pages branch on github
- travis-sphinx deploy
+ export GH_TOKEN=15f2f644b4412c320f242d35d7a1ae3debd41803
+ travis-sphinx -v deploy
fi
notifications: