diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-07-18 14:50:18 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-07-18 15:59:50 +0200 |
commit | dcc60abb6d19caa988c768c736cf8ad0134a92df (patch) | |
tree | a30cd3c61f830b1e59de1d466120cab68d3d8814 /travis.sh | |
parent | 2014025063e2b1e9b8f0d98936b99fbe6491aa04 (diff) | |
download | sonarqube-dcc60abb6d19caa988c768c736cf8ad0134a92df.tar.gz sonarqube-dcc60abb6d19caa988c768c736cf8ad0134a92df.zip |
DO NOT PUSH TO BRANCH : Activate QA on this branch
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 74820c6fae8..5b029967a8a 100755 --- a/travis.sh +++ b/travis.sh @@ -28,7 +28,7 @@ CI) -Pdeploy-sonarsource \ -B -e -V - elif [[ "${TRAVIS_BRANCH}" == "branch-"* ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then + elif [[ "${TRAVIS_BRANCH}" == "feature/jl/5.6_Fix_SSF-48"* ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then strongEcho 'Build and deploy' # get current version from pom |