Skip to content

Commit

Permalink
fix doc deploy
Browse files Browse the repository at this point in the history
Closes #1316
  • Loading branch information
kain88-de authored and orbeckst committed May 3, 2017
1 parent c1e751e commit bb9bb57
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ script:

after_success:
- if [[ $COVERALLS == 'true' ]]; then coveralls; fi
- if test ${TRAVIS_PULL_REQUEST} == "false" && \
test ${TRAVIS_BRANCH} == ${GH_DOC_BRANCH} && \
test "${BUILD_DOCS}" == "true"; then
bash ${TRAVIS_BUILD_DIR}/maintainer/deploy_docs.sh;
# can't use test here since this leads to travis fails even though the build passes
- if [[ ${TRAVIS_PULL_REQUEST} == "false" ]] && [[ ${BUILD_DOCS} == "true" ]] && [[ ${TRAVIS_BRANCH} == ${GH_DOC_BRANCH} ]]; then
bash ${TRAVIS_BUILD_DIR}/maintainer/deploy_docs.sh;
fi

0 comments on commit bb9bb57

Please sign in to comment.