From 8210833bbc8d1b1db94aa237d1385a4eb722ccee Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 18 Apr 2021 10:14:57 +0200 Subject: [PATCH] Update CI config - Travis CI - remove Java 7 - update build badge to GitHub Actions --- .travis.yml | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bcfb349..3cafdcfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,9 @@ addons: language: java jdk: - - openjdk7 - openjdk8 - openjdk11 -# - openjdk12 add once code is requires Java 7 + - openjdk16 dist: trusty diff --git a/README.md b/README.md index 45d917c6..ddd8214b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Plexus-Utils ============ -[![Build Status](https://travis-ci.org/codehaus-plexus/plexus-utils.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-utils) +[![Build Status](https://github.com/codehaus-plexus/plexus-utils/actions/workflows/maven.yml/badge.svg)](https://github.com/codehaus-plexus/plexus-utils/actions) [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-utils.svg?label=Maven%20Central)](http://search.maven.org/artifact/org.codehaus.plexus/plexus-utils) This library is historically used by the Apache Maven project so it's developed and maintained by the same [`bad guys`](http://maven.apache.org/team.html)