Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit 124b6cf

Browse files
committed
Add sonarcloud analysis to travis
1 parent d8aff26 commit 124b6cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: java
22
jdk:
33
- oraclejdk8
4+
addons:
5+
sonarcloud:
6+
organization: "thienan93-github"
47
script:
5-
- mvn package
8+
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar

0 commit comments

Comments
 (0)