From 802e44d55239882ad5ababe720e2910bb1671c1e Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 10 Nov 2018 10:20:50 +0000 Subject: fix travis config --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3