Skip to content

Commit ee24176

Browse files
committed
added sonarcloud support (hopefully it works)
1 parent bfa85db commit ee24176

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ dist: trusty
33
language: java
44
before_install:
55
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
6+
addons:
7+
sonarcloud:
8+
organization: "magefree"
9+
script:
10+
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar

sonar-project.properties

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sonar.projectName=XMage
2+
sonar.projectVersion=1.4.332V0

0 commit comments

Comments
 (0)