Skip to content

Commit

Permalink
close KengoTODA#111: stop running SonarQube analysis to external PR
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jul 24, 2018
1 parent 4509de1 commit 874e1c3
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 @@ -16,7 +16,7 @@ env:
install: true
script:
- ./mvnw org.jacoco:jacoco-maven-plugin:prepare-agent verify -Dversion.slf4j=${SLF4J_VERSION} -Dgpg.skip -B
- if [[ $SLF4J_VERSION == "1.7.25" ]]; then ./mvnw sonar:sonar -B; fi
- if [[ $SLF4J_VERSION == "1.7.25" && $TRAVIS_SECURE_ENV_VARS == "true" ]]; then ./mvnw sonar:sonar -B; fi
notifications:
email:
recipients:
Expand Down

0 comments on commit 874e1c3

Please sign in to comment.