You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,14 @@
4
4
# Set up to run the Java build script per the Travis CI documentation
5
5
language: java
6
6
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
8
8
jdk:
9
9
- openjdk8
10
10
- openjdk11
11
+
- openjdk-ea
11
12
- oraclejdk8
12
13
- oraclejdk11
14
+
- oraclejdk-ea
13
15
14
16
# 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
0 commit comments