Skip to content

Commit

Permalink
Add Bintray keys and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed May 20, 2020
1 parent 86ddb28 commit 65b8b3a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ git:
depth: false # Avoid sbt-dynver not seeing the tag

env:
# encrypt with: travis encrypt --pro BINTRAY_USER=...
- secure: "WLusgj1xhwIYoVduR3+XPb1HqpM2LsJGg5a0ew8NCOH8DY5cTN0vlBQegIBqIzy96PdLHoeD2uOLBuGf024Val5RyeZRZV/mN0o/ZeOM0Djr6AeqrCBKeYcGPrEu7qvOjV03HoYkPQgAvSiLWnwk6FOZcuRRPKhTzPe/bZYbnxI="
# encrypt with: travis encrypt --pro BINTRAY_PASS=...
- secure: "O2NECglQvftbnrXUS+z7LpzpuzbntCDKQct/ePb9ghZ79BacC0J7PCjiR8bSTszrWb1EIWJ1ECa1ODgkXO99xXmtXGNNdfybhkEkTbOae8sJTy21O1BwHgozlsMKOOPp2FtuLBO4BpkQuqypX7oHkYUf37uEn1Ljic7e48NjraI="
- TRAVIS_JDK=8
- TRAVIS_JDK=11


before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh
install: jabba install "adopt@~1.$TRAVIS_JDK.0-0" && jabba use "$_" && java -Xmx32m -version

Expand All @@ -27,8 +32,8 @@ script:
jobs:
include:
- stage: deploy
name: "TEMP Publish artifacts to Bintray"
script: sbt +mimaReportBinaryIssues
name: "Publish artifacts to Bintray"
script: sbt +publish
scala: 2.13.2
env: TRAVIS_JDK=11

Expand Down

0 comments on commit 65b8b3a

Please sign in to comment.