We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce4f90 commit 38c9a28Copy full SHA for 38c9a28
.travis.yml
@@ -11,10 +11,14 @@ env:
11
12
matrix:
13
include:
14
- - env: JDK='8/ga' # for backward compatibility and release
15
- - env: JDK='17/ga'# latest LTS
16
- - env: JDK='18/ga'# latest
17
- - env: JDK='19/ea'# latest early access
+ - name: JDK8
+ env: JDK='8/ga' # for backward compatibility and release
+ - name: JDK17
+ env: JDK='17/ga'# latest LTS
18
+ - name: JDK18
19
+ env: JDK='18/ga'# latest
20
+ - name: JDK19-ea
21
+ env: JDK='19/ea'# latest early access
22
23
# avoid default dependency command for maven, 'true' means 'return true' and continue
24
install: true
0 commit comments