Skip to content

Commit

Permalink
Merge pull request #317 from hazendaz/master
Browse files Browse the repository at this point in the history
[travis] Add other jdks (openjdk9 / openjdk11 / oracle jdk11)
  • Loading branch information
hazendaz authored Sep 23, 2018
2 parents f8fe38c + c155d0c commit cc9306a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ sudo: false

matrix:
include:
# 11
- env: JDK='Oracle JDK 11'
install: . ./install-jdk.sh -F 11 -L BCL
- env: JDK='OpenJDK 11'
install: . ./install-jdk.sh -F 11 -L GPL
# 10
- env: JDK='Oracle JDK 10'
install: . ./install-jdk.sh -F 10 -L BCL
Expand All @@ -11,6 +16,8 @@ matrix:
# 9
- env: JDK='Oracle JDK 9'
jdk: oraclejdk9
- env: JDK='OpenJDK 9'
install: . ./install-jdk.sh -F 9
# 8
- env: JDK='Oracle JDK 8'
jdk: oraclejdk8
Expand Down

0 comments on commit cc9306a

Please sign in to comment.