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.git
The following commit(s) were added to refs/heads/master by this push:
new a55157a Switching to openjdk for travis-ci
a55157a is described below
commit a55157a9227382648798b4fec6722407dfa9930a
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Nov 14 12:01:26 2020 +0100
Switching to openjdk for travis-ci
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 7e6f472..c8bd921 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: java
dist: focal
jdk:
- - oraclejdk8
+ - openjdk8
before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"