Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit da9cfb0

Browse files
author
Viktor Sidochenko
committed
Disable Sonar
1 parent a10bc65 commit da9cfb0

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
language: java
22
dist: trusty
3-
addons:
4-
sonarcloud:
5-
organization: "sbtqasonarkey"
6-
token:
7-
secure: $SONAR_TOKEN
3+
84
jdk:
95
- oraclejdk8
106
before_install:
117
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
128
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
139
install:
1410
- mvn clean --settings .travis/settings.xml install -Dmaven.javadoc.skip=true -Dgpg.skip -B -V
15-
script:
16-
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent sonar:sonar -Dsonar.login=$SONAR_TOKEN
1711
deploy:
1812
- provider: script
1913
script: ".travis/deploy.sh"

0 commit comments

Comments
 (0)