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

Commit

Permalink
Migrate to openjdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
clicman committed May 11, 2023
1 parent 24aeae8 commit acbecb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:
- master
- /^\d+\.\d+\.\d+$/
jdk:
- oraclejdk11
- openjdk11
before_install:
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
Expand All @@ -18,14 +18,14 @@ deploy:
on:
repo: sbtqa/qa-utils
branch: master
jdk: oraclejdk8
jdk: openjdk11
- provider: script
script: ".travis/deploy.sh"
skip_cleanup: true
on:
repo: sbtqa/qa-utils
tags: true
jdk: oraclejdk8
jdk: openjdk11
notifications:
email: false
slack:
Expand Down

0 comments on commit acbecb4

Please sign in to comment.