Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
- Travis CI - remove Java 7
- update build badge to GitHub Actions
  • Loading branch information
slachiewicz committed Apr 18, 2021
1 parent a2efde3 commit 8210833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ addons:

language: java
jdk:
- openjdk7
- openjdk8
- openjdk11
# - openjdk12 add once code is requires Java 7
- openjdk16

dist: trusty

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8210833

Please # to comment.