Skip to content

Commit

Permalink
added travis sonar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolayek committed Sep 1, 2020
1 parent fa42586 commit daa94d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
language: java
addons:
sonarcloud:
organization: "mikolayek"
token:
secure: "261c19e838a26d07e4bc4648f2ff7db11ca22332"

script:
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar

0 comments on commit daa94d6

Please sign in to comment.