Skip to content

Commit 6829381

Browse files
authored
Configured .travis.yml to build with JDK 8 and 11
- Configured to build with the minimum JDK and the latest stable JDK - Building with both Oracle JDKs and Open JDKs
1 parent a76aa99 commit 6829381

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

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

7-
# Configure the build to using the minimum and the latest Oracle JDKs and Open JDKs
7+
# Configure the build to using the minimum and the latest stable Oracle JDKs and Open JDKs
8+
# Consider adding openjdk-ea and/or oraclejdk-ea to test early access JDKs
89
jdk:
910
- openjdk8
1011
- openjdk11
11-
- openjdk-ea
1212
- oraclejdk8
1313
- oraclejdk11
14-
- oraclejdk-ea
1514

1615
# 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
1716
addons:

0 commit comments

Comments
 (0)