Skip to content

Commit

Permalink
Use gradle for sonarqube on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 23, 2020
1 parent 721aea9 commit fc3422c
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 @@ -28,7 +28,7 @@ matrix:
- ./gradlew jacocoIntegrationTestReport jacocoTestReport
- bash <(curl -s https://codecov.io/bash) -e JDK,OS -F unit -f build/reports/jacoco/test/jacocoTestReport.xml;
- bash <(curl -s https://codecov.io/bash) -e JDK,OS -F integration -f build/reports/jacoco/jacocoIntegrationTestReport/jacocoIntegrationTestReport.xml;
- sonar-scanner -Dsonar.login=$SONAR_TOKEN;
- ./gradlew sonarqube
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit fc3422c

Please sign in to comment.