diff --git a/.travis.yml b/.travis.yml index 61253bbd..e9d4b2f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,9 @@ script: make html cd ${BUILD_DIR} doctr deploy doc + if [[ ${TRAVIS_TAG}} ]]; then + doctr deploy doc --no-require-master + fi; fi; - | if [ ${PYTHON} = "3.6" ]; then