Skip to content

Commit

Permalink
disable javadoc generation and upload, remove github and coverity tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Dec 11, 2022
1 parent 3923086 commit e5a4820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ dist: xenial
android:
components:
- android-30
env:
global:
# github token
- secure: "mMIHz+I2pZK7I9PvhkTIRDeXJJIZTwigAamHnaId1q9YO7LvBoCKsJCI7pepbK303lTZJqkTgyTti9xSsYjzMIIMT8G+YBfVqoiy6wWOZjwjjZxn5Mw7g3qxRRdpXCc7B7hBBTEiEzC0Bp3QwPQtwdFDlACwgHWsbDLiaweIglg="
# coverity token
- secure: "bbT3Swvy1P0vFgXE5E5Iv9+JU8GG4LZlbwLez2B7s0aOuxEFCnj19M+GAldVAeHCc/z/0Oz+N1p4eRU5OCJY71lZqv5F8ph8ahti7uUylbfoNHM7g1mcmVSNFZ5bgVhnz/RQjEK/o5msqv3UZPRPS023Q5vAbCrftuHOiOiBbCo="
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
before_install:
Expand All @@ -22,8 +16,8 @@ after_success:
- ./gradlew jacocoTestReport
- ./gradlew coverallsJacoco
# update javadoc on Github Pages (gh-pages)
- ./gradlew generateJavadoc
- .utility/copy-javadoc-to-gh-pages.sh
#- ./gradlew generateJavadoc
#- .utility/copy-javadoc-to-gh-pages.sh
addons:
coverity_scan:
project:
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- gradle : upgrade to gradle for Android plugin 4.1.3
- android : use buildtools 30.0.3
- issue #194 : build against Android SDK 11.0 (API 30)
- disable javadoc generation and upload

v0.8 (released on 03Jan2022)
- issue #183 : add fastlane metadata
Expand Down

0 comments on commit e5a4820

Please sign in to comment.