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 <[email protected]> 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"
