Skip to content

Commit

Permalink
added sonarcloud support (hopefully it works)
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Jan 5, 2019
1 parent bfa85db commit ee24176
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ dist: trusty
language: java
before_install:
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
addons:
sonarcloud:
organization: "magefree"
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
2 changes: 2 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sonar.projectName=XMage
sonar.projectVersion=1.4.332V0

0 comments on commit ee24176

Please sign in to comment.