Skip to content

Commit

Permalink
try with focal and openjdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogner committed Jan 10, 2021
1 parent 90d8e16 commit 2e50c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: java
os: linux
dist: xenial
dist: focal
install: true
addons:
sonarcloud:
organization: 'mbogner-github'
token:
secure: '1a9f6f4795abb559633e71ddeebe9fcc8128c0a3'
jdk:
- oraclejdk8
- openjdk11
before_script:
- chmod +x gradlew
script:
Expand Down

0 comments on commit 2e50c66

Please sign in to comment.