diff options
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 5b029967a8a..74820c6fae8 100755 --- a/travis.sh +++ b/travis.sh @@ -28,7 +28,7 @@ CI) -Pdeploy-sonarsource \ -B -e -V - elif [[ "${TRAVIS_BRANCH}" == "feature/jl/5.6_Fix_SSF-48"* ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then + elif [[ "${TRAVIS_BRANCH}" == "branch-"* ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then strongEcho 'Build and deploy' # get current version from pom |