Skip to content

Commit

Permalink
Testing sonar.coverage.jacoco.xmlReportPaths #65
Browse files Browse the repository at this point in the history
  • Loading branch information
tillias committed Oct 25, 2020
1 parent 75f966a commit d933f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
- chmod +x mvnw
- ./mvnw -ntp clean verify &&
./mvnw -ntp com.github.eirslett:frontend-maven-plugin:npm -Dfrontend.npm.arguments='run test' -Dmaven.repo.local=$MAVEN_USER_HOME &&
./mvnw -ntp org.jacoco:jacoco-maven-plugin:prepare-agent sonar:sonar -Dsonar.projectKey=microcatalog &&
./mvnw -ntp clean org.jacoco:jacoco-maven-plugin:prepare-agent package org.jacoco:jacoco-maven-plugin:report sonar:sonar -Dsonar.projectKey=microcatalog &&
./mvnw -ntp verify -Pprod -DskipTests &&
if [ "$BRANCH" = "master" ]; then
docker build -t tillias/microcatalog . &&
Expand Down

0 comments on commit d933f31

Please sign in to comment.