Skip to content

Commit

Permalink
remove Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and slachiewicz committed Nov 6, 2021
1 parent 50fe478 commit 588067b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This is the [flatten-maven-plugin](http://www.mojohaus.org/flatten-maven-plugin/

[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/mojohaus/versions-maven-plugin.svg?label=License)](http://www.apache.org/licenses/)
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/flatten-maven-plugin.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cflatten-maven-plugin)
[![Build Status](https://travis-ci.org/mojohaus/flatten-maven-plugin.svg?branch=master)](https://travis-ci.org/mojohaus/flatten-maven-plugin)
1.0.x branch: [![Build Status 1.0.x](https://travis-ci.org/mojohaus/flatten-maven-plugin.svg?branch=1.0.x)](https://travis-ci.org/mojohaus/flatten-maven-plugin)
[![GitHub CI](https://github.com/mojohaus/flatten-maven-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/mojohaus/flatten-maven-plugin/actions/workflows/maven.yml)
1.0.x branch: [![GitHub CI](https://github.com/mojohaus/flatten-maven-plugin/actions/workflows/maven.yml/badge.svg?branch=1.0.x)](https://github.com/mojohaus/flatten-maven-plugin/actions/workflows/maven.yml)

## Quickstart
This plugin generates a flattened version of your pom.xml and makes maven to install and deploy this one instead of the original pom.xml.
Expand Down

0 comments on commit 588067b

Please sign in to comment.