We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bddea commit 61a8b82Copy full SHA for 61a8b82
.travis.yml
@@ -1,10 +1,21 @@
1
+# Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
2
+#
3
+# This program and the accompanying materials are made available under the
4
+# terms of the Eclipse Public License v. 2.0 which is available at
5
+# http://www.eclipse.org/legal/epl-2.0,
6
+# or the Eclipse Distribution License v. 1.0 which is available at
7
+# http://www.eclipse.org/org/documents/edl-v10.php.
8
9
+# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
10
11
+
12
dist: bionic
13
14
language: java
15
16
jdk:
17
- openjdk11
- - openjdk15
18
+ - openjdk-ea
19
20
cache:
21
directories:
0 commit comments