Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Just trying to replace Java 9 with Java 11
  • Loading branch information
pesse committed Oct 11, 2019
commit d7c3a2f91b3b8e77f6f05850469b68c04ed26e32
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ addons:
apt:
packages:
- unzip
# Java9 Required for Sonar and SQLCL
- oracle-java9-installer
- oracle-java9-set-default
# Java9+ Required for Sonar and SQLCL
- oracle-java11-installer
- oracle-java11-set-default
sonarcloud:
organization: utplsql
token:
Expand Down