summaryrefslogtreecommitdiff
path: root/test/test_travis_conditions.sh
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2022-03-08 08:46:04 +0000
committerJoe Orton <jorton@apache.org>2022-03-08 08:46:04 +0000
commit024982eec4c565ad4c003a35bac84513a857bfb3 (patch)
treea65ac2dbf596c7e914baa506fe2f8488494f4c11 /test/test_travis_conditions.sh
parent03280590ee09d16b2e1349c7d15e5ad88ebb4289 (diff)
downloadhttpd-024982eec4c565ad4c003a35bac84513a857bfb3.tar.gz
Update Travis conditions to drop /candidate-2.4/ matching now release
scripts are updated to use "2.4.N..candidate" naming. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898728 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/test_travis_conditions.sh')
-rwxr-xr-xtest/test_travis_conditions.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_travis_conditions.sh b/test/test_travis_conditions.sh
index 82794eb76d..74ea32ba01 100755
--- a/test/test_travis_conditions.sh
+++ b/test/test_travis_conditions.sh
@@ -33,7 +33,6 @@ function testit()
testit '{"tag": "2.4.49"}' 2.4.x
testit '{"tag": "2.5.59"}' trunk
testit '{"branch": "2.4.x"}' 2.4.x
-testit '{"branch": "candidate-2.4.49"}' 2.4.x
testit '{"branch": "2.4.55-candidate"}' 2.4.x
testit '{"branch": "2.4-backport-branch"}' 2.4.x
testit '{"branch": "2.4.x-something"}' 2.4.x