You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2020/11/17 18:11:41 UTC

[archiva-redback-core] 03/03: Changing jdk version and distribution for travis-ci

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit 04e2abdce9adc30b1c77abaa564e45a4534e0c84
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Tue Nov 17 19:11:27 2020 +0100

    Changing jdk version and distribution for travis-ci
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 488d580..37b5033 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 language: java
+dist: bionic
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 script: "mvn clean install"