summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ff68627..73cc32a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -155,8 +155,10 @@ after_success: |
coverage xml
export CODACY_PROJECT_TOKEN=df4443e7313e4ae599bcbbaf4835b00f
python-codacy-coverage -r coverage.xml
+ fi
+ if [[ $JOB = docs ]]; then
# auto-deploy docs to the gh-pages branch on github
- travis-sphinx -v deploy
+ travis-sphinx deploy
fi
notifications: