Skip to content

Commit a76aa99

Browse files
authored
Updated .travis.yml to build with the minimum and the latest JDKs
- Building with both the Oracle JDK and OpenJDK versions.
1 parent eb1a458 commit a76aa99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
# Set up to run the Java build script per the Travis CI documentation
55
language: java
66

7-
# Configure the build to use Oracle JDKs and Open JDKs
7+
# Configure the build to using the minimum and the latest Oracle JDKs and Open JDKs
88
jdk:
99
- openjdk8
1010
- openjdk11
11+
- openjdk-ea
1112
- oraclejdk8
1213
- oraclejdk11
14+
- oraclejdk-ea
1315

1416
# Install the Ant JUnit package, which is missing from the Travis CI environment. See the Travis documentation: https://docs.travis-ci.com/user/installing-dependencies/#Adding-APT-Packages
1517
addons:

0 commit comments

Comments
 (0)