Skip to content

Commit 38c9a28

Browse files
committed
Add names for travis build jobs (to be shown under 'Jobs and Stages on GitHub)'
1 parent fce4f90 commit 38c9a28

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ env:
1111

1212
matrix:
1313
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
14+
- name: JDK8
15+
env: JDK='8/ga' # for backward compatibility and release
16+
- name: JDK17
17+
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
1822

1923
# avoid default dependency command for maven, 'true' means 'return true' and continue
2024
install: true

0 commit comments

Comments
 (0)