Skip to content

Commit

Permalink
disable sonartype and coveralls stages on travis ci
Browse files Browse the repository at this point in the history
plugins are not configured currently because I was to lazy to configure
a combined jacoco report.
  • Loading branch information
ancho committed Dec 29, 2021
1 parent 2bc0d50 commit 61556f9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
- jdk: openjdk11
os: osx

- stage: Quality Check
name: sonarqube
jdk: openjdk11
script:
- "./gradlew jacocoRootReport sonarqube -i --stacktrace"

- stage: Quality Check
name: coveralls
jdk: openjdk11
script:
- "./gradlew -PskipSigning jacocoRootReport coveralls -i --stacktrace"
# - stage: Quality Check
# name: sonarqube
# jdk: openjdk11
# script:
# - "./gradlew jacocoRootReport sonarqube -i --stacktrace"
#
# - stage: Quality Check
# name: coveralls
# jdk: openjdk11
# script:
# - "./gradlew -PskipSigning jacocoRootReport coveralls -i --stacktrace"

notifications:
irc: "irc.freenode.org#jbake"
Expand Down

0 comments on commit 61556f9

Please sign in to comment.