Browse Source

Apply release profile also on internal PR

tags/7.5
Julien HENRY 6 years ago
parent
commit
1fb04a2767
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      travis.sh

+ 1
- 1
travis.sh View File

@@ -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 \

Loading…
Cancel
Save