Skip to content

Commit

Permalink
BLD: Ensure docs are build on tag
Browse files Browse the repository at this point in the history
Ensure docs get built on release tag
  • Loading branch information
bashtage committed Dec 13, 2017
1 parent 3aa6971 commit 031518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -94,7 +94,7 @@ script:
- pytest --cov-config .coveragerc --cov=arch arch --durations=10
- python ci/performance.py
- if [[ ${DOCBUILD} = true ]]; then python setup.py install && cd doc && make html && cd .. ; fi
- if [[ ${DOCBUILD} = true && ${TRAVIS_BRANCH} = "master" ]]; then doctr deploy doc; fi
- if [[ ${DOCBUILD} = true && ${TRAVIS_BRANCH} = "master" ]]; then doctr deploy doc --build-tags; fi
- flake8 arch

after_success:
Expand Down

0 comments on commit 031518c

Please sign in to comment.