From ffcb92e9430a7c174ee0e478604cee0d397a4277 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 23 May 2017 12:58:18 +0100 Subject: [PATCH] DOC: Ensure docs push on tag Ensure docs build on tag --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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