Skip to content

Commit

Permalink
DOC: Ensure docs push on tag
Browse files Browse the repository at this point in the history
Ensure docs build on tag
  • Loading branch information
bashtage committed May 23, 2017
1 parent 78327a7 commit ffcb92e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffcb92e

Please sign in to comment.