Skip to content

Commit

Permalink
Enable the generation of Javadoc on the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
drautureau-sonarsource committed Oct 14, 2016
1 parent fc3ada1 commit 83e0d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CI)
export MAVEN_OPTS="-Xmx1536m -Xms128m"
git fetch --unshallow
mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy sonar:sonar -B -e -V \
-Pcoverage-per-test,deploy-sonarsource \
-Pcoverage-per-test,deploy-sonarsource,release \
-Dsonar.host.url=$SONAR_HOST_URL \
-Dsonar.projectVersion=$SONAR_PROJECT_VERSION \
-Dsonar.login=$SONAR_TOKEN
Expand Down

0 comments on commit 83e0d1e

Please sign in to comment.