Skip to content

Commit

Permalink
Add latest JDK in Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos authored and lukasj committed Jun 7, 2021
1 parent b9bddea commit 61a8b82
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
@@ -1,10 +1,21 @@
# Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0,
# or the Eclipse Distribution License v. 1.0 which is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
#

dist: bionic

language: java

jdk:
- openjdk11
- openjdk15
- openjdk-ea

cache:
directories:
Expand Down

0 comments on commit 61a8b82

Please sign in to comment.