Skip to content

Commit 8210833

Browse files
committed
Update CI config
- Travis CI - remove Java 7 - update build badge to GitHub Actions
1 parent a2efde3 commit 8210833

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ addons:
88

99
language: java
1010
jdk:
11-
- openjdk7
1211
- openjdk8
1312
- openjdk11
14-
# - openjdk12 add once code is requires Java 7
13+
- openjdk16
1514

1615
dist: trusty
1716

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Plexus-Utils
22
============
33

4-
[![Build Status](https://travis-ci.org/codehaus-plexus/plexus-utils.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-utils)
4+
[![Build Status](https://github.com/codehaus-plexus/plexus-utils/actions/workflows/maven.yml/badge.svg)](https://github.com/codehaus-plexus/plexus-utils/actions)
55
[![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)
66

77
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)

0 commit comments

Comments
 (0)