Skip to content

Commit 87f98cc

Browse files
committed
Another attempt to fix Sonar on Travis
1 parent d33a08d commit 87f98cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22
jdk: oraclejdk8
3-
sudo: false
3+
sudo: required
44
install: true
55

66
addons:
@@ -11,7 +11,7 @@ addons:
1111
organization: "netopyr-github"
1212
script:
1313
- if [ "$TRAVIS_PULL_REQUEST" == false ];
14-
then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -X -e;
14+
then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar;
1515
else mvn clean verify;
1616
fi
1717
cache:

0 commit comments

Comments
 (0)