Skip to content

Commit

Permalink
build docs for X.X.x branches
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Feb 24, 2016
1 parent 4a65f63 commit 57867fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ elif [[ $TRAVIS_BRANCH == 'develop' ]] ; then
export DEPLOY_HTML_DIR=develop
elif [[ $TRAVIS_BRANCH =~ ^v[0-9.]+$ ]]; then
export DEPLOY_HTML_DIR=${TRAVIS_BRANCH:1}
elif [[ $TRAVIS_BRANCH =~ ^releases\/[0-9.]+$ ]]; then
elif [[ $TRAVIS_BRANCH =~ ^[0-9.]+\.x$ || $TRAVIS_BRANCH =~ ^releases\/[0-9.]+$ ]]; then
export DEPLOY_HTML_DIR=$TRAVIS_BRANCH
fi

0 comments on commit 57867fb

Please sign in to comment.