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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ jdk:
11
11
- openjdk11
12
12
- oraclejdk8
13
13
- oraclejdk11
14
+
- openjdk-ea
15
+
16
+
#
17
+
matrix:
18
+
allow_failures:
19
+
- jdk: openjdk-ea
14
20
15
21
# 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