summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-11-08 21:05:01 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2018-11-08 21:05:01 +0000
commit5ca2a2624448a37b6f3ed1b51a516be78d546568 (patch)
treeb279885c336c96421d0387e13c6f2cbfb3e33d9d /.travis.yml
parent0c409a2434156bbcf9cb98ebeecce915a0006be3 (diff)
travis-sphinx
Diffstat (limited to '.travis.yml')
-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: