diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-05-27 17:00:33 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-05-27 17:00:33 +0200 |
commit | 5b89819c676b1969213a7df2c5f5e3145dbd33b5 (patch) | |
tree | 78d71f604e6540cef95cde10850251dbde7bdf38 /travis.sh | |
parent | ce1b331448513f46f9490ff963efe1ffe8d2cffd (diff) | |
download | sonarqube-5b89819c676b1969213a7df2c5f5e3145dbd33b5.tar.gz sonarqube-5b89819c676b1969213a7df2c5f5e3145dbd33b5.zip |
re-enable tests on release
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 50e6da7b3cf..284f0def7a0 100755 --- a/travis.sh +++ b/travis.sh @@ -46,7 +46,6 @@ CI) echo "======= Found RELEASE version =======" # analysis is currently executed by SonarSource internal infrastructure mvn deploy \ - -Dmaven.test.skip=true \ -Pdeploy-sonarsource,release \ -B -e -V ./distribution.sh |