aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-09-01 09:28:30 +0200
committerKristian Evers <kristianevers@gmail.com>2019-09-01 09:32:19 +0200
commit6f7920d3cf9d3efbe213d9c78a60cc165dfd92f4 (patch)
tree692dccfad5818e5f25999dc056b1fb33d887041f /travis
parentdbfe811f18c4616df12e3360dc9f4750f7c42cb6 (diff)
downloadPROJ-6f7920d3cf9d3efbe213d9c78a60cc165dfd92f4.tar.gz
PROJ-6f7920d3cf9d3efbe213d9c78a60cc165dfd92f4.zip
Make sure that website is build from the 6.2 branch
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/after_success.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh
index 3d002761..ad1e5ec3 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -12,7 +12,7 @@ fi
echo "$TRAVIS_SECURE_ENV_VARS"
./travis/build_docs.sh
# Only build and publish docs when changes are made on most recent maintenance branch
-if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "6.1"; then
+if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "6.2"; then
echo "publish website";
./travis/add_deploy_key.sh;
./travis/deploy_website.sh $TRAVIS_BUILD_DIR/docs/build /tmp;