Skip to content

Commit 18385ab

Browse files
authored
Update .travis.yml
1 parent 59d159b commit 18385ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1313
script:
1414
- mvn test
15-
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
15+
- mvn clean -DskipTests=true org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io
1616
cache:
1717
directories:
1818
- '$HOME/.m2/repository'

0 commit comments

Comments
 (0)