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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,13 @@
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 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
8
9
jdk:
9
10
- openjdk8
10
11
- openjdk11
11
-
- openjdk-ea
12
12
- oraclejdk8
13
13
- oraclejdk11
14
-
- oraclejdk-ea
15
14
16
15
# 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