Skip to content

Commit 634b94e

Browse files
committed
Update JDK for CI
1 parent 3d7c1bf commit 634b94e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ jobs:
3535
# JDK 8
3636
- name: "Java 8"
3737
stage: test
38-
jdk: oraclejdk8
38+
jdk: openjdk8
3939
script: ./gradlew check install jacocoRootReport --scan
4040
after_success: ./gradlew coveralls sonarqube
4141

4242
# JDK 11
4343
- name: "Java 11"
4444
stage: test
45-
jdk: oraclejdk11
45+
jdk: openjdk11
4646
script: ./gradlew check install
4747

4848
- name: "Publish to Sonatype"
4949
stage: deploy
50-
jdk: oraclejdk8
50+
jdk: openjdk8
5151
env: JOB=sonatype
5252
if: branch = master AND type = push
5353
# Only automate the publication of SNAPSHOTS

0 commit comments

Comments
 (0)