We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b59077 commit 929b1d5Copy full SHA for 929b1d5
1 file changed
.travis.yml
@@ -9,8 +9,6 @@ branches:
9
jdk:
10
- oraclejdk9
11
12
-before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
13
-
14
addons:
15
sonarcloud:
16
organization: "jmrozanec-github"
@@ -19,7 +17,7 @@ addons:
19
17
script:
20
18
- >
21
if [ "$TRAVIS_PULL_REQUEST" != "false" ];then
22
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent package --settings target/travis/settings.xml -Dsettings.security=target/travis/settings-security.xml -Dmaven.javadoc.skip=true;
+ mvn org.jacoco:jacoco-maven-plugin:prepare-agent package -Dmaven.javadoc.skip=true;
23
sonar-scanner
24
fi
25
0 commit comments