diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-07-18 17:36:32 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-07-18 17:36:32 +0200 |
commit | 4239f724f201aa0389dab7ae32369524b76d0be1 (patch) | |
tree | afd8e3928ce041f0579d682421290bd671e0d0e5 | |
parent | 6b64679668f18d4ce05ad6d660ea33ebce7fa9fc (diff) | |
download | sonarqube-4239f724f201aa0389dab7ae32369524b76d0be1.tar.gz sonarqube-4239f724f201aa0389dab7ae32369524b76d0be1.zip |
Revert "DO NOT PUSH TO BRANCH : Activate QA on this branch"
This reverts commit dcc60abb6d19caa988c768c736cf8ad0134a92df.
-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 |