From 1fb04a27673f0ed8f89c6a5cd09372c3e8b9ff96 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Mon, 26 Feb 2018 16:12:36 +0100 Subject: [PATCH] Apply release profile also on internal PR --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 644a0aea77c..5a3fa394406 100755 --- a/travis.sh +++ b/travis.sh @@ -189,7 +189,7 @@ BUILD) mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy \ $MAVEN_ARGS \ -Dsource.skip=true \ - -Pdeploy-sonarsource + -Pdeploy-sonarsource,release # TODO remove the sonar.pullrequest.github.* settings after sonar-core-plugins 7.1.0.330 is deployed on Next mvn sonar:sonar \ -- 2.39.5