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

Commit a69ef61

Browse files
committed
revert sonar
1 parent da9cfb0 commit a69ef61

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
language: java
22
dist: trusty
3-
3+
addons:
4+
sonarcloud:
5+
organization: "sbtqasonarkey"
6+
token:
7+
secure: $SONAR_TOKEN
48
jdk:
59
- oraclejdk8
610
before_install:
711
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
812
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
913
install:
1014
- 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
1117
deploy:
1218
- provider: script
1319
script: ".travis/deploy.sh"

0 commit comments

Comments
 (0)