Skip to content

Commit b82ace3

Browse files
committed
add jdk9 build
1 parent 201b9a9 commit b82ace3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
jdk: openjdk8
1313
script:
1414
- ./gradlew build
15+
- stage: build
16+
jdk: oraclejdk9
17+
script:
18+
- ./gradlew build
1519
- stage: build
1620
jdk: openjdk11
1721
script:

0 commit comments

Comments
 (0)