Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix Travis distro for old JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored Oct 22, 2019
1 parent 03349df commit ccb7a17
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
Expand Up @@ -2,10 +2,10 @@ language: java
jdk:
- openjdk7
- oraclejdk8
- openjdk9
- openjdk10
- openjdk11

dist: trusty

# No need for preliminary install step.
install: true
#
Expand Down

0 comments on commit ccb7a17

Please sign in to comment.