[ci] Update travis build badge

After move to travis-ci.com
This commit is contained in:
Andreas Dangel 2020-10-27 15:34:38 +01:00
parent 40cc666507
commit 9b81f94338
6 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ limitations apply:
* Generally give **different results on Windows and Unix** because of different newlines.
(carriage return linefeed on Windows, linefeed on Unixes).
We build our releases under **Linux** on [Travis CI](https://travis-ci.org/pmd/pmd).
We build our releases under **Linux** on [Travis CI](https://travis-ci.com/pmd/pmd).
* Generally depend on the **major version of the JDK** used to compile. (Even with source/target defined,
each major JDK version changes the generated bytecode.).

View File

@ -1,7 +1,7 @@
# PMD
[![Join the chat at https://gitter.im/pmd/pmd](https://badges.gitter.im/pmd/pmd.svg)](https://gitter.im/pmd/pmd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/pmd/pmd.svg?branch=master)](https://travis-ci.org/pmd/pmd)
[![Build Status](https://travis-ci.com/pmd/pmd.svg?branch=master)](https://travis-ci.com/pmd/pmd)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.pmd/pmd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.pmd/pmd)
[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central#net.sourceforge.pmd:pmd)
[![Coverage Status](https://coveralls.io/repos/github/pmd/pmd/badge.svg)](https://coveralls.io/github/pmd/pmd)

View File

@ -163,7 +163,7 @@ git commit -a -m "Prepare pmd release ${RELEASE_VERSION}"
echo
echo "Tag has been pushed.... now check travis build: <https://travis-ci.org/pmd/pmd>"
echo "Tag has been pushed.... now check travis build: <https://travis-ci.com/pmd/pmd>"
echo
echo
echo "Press enter to continue..."

View File

@ -18,7 +18,7 @@ The complete source code can be found on github:
## Continuous Integration
We use [Travis CI](https://travis-ci.org/pmd) as our ci service. The main repo and the eclipse plugin are built for
We use [Travis CI](https://travis-ci.com/pmd) as our ci service. The main repo and the eclipse plugin are built for
every push. Each pull request is built as well.
The maven snapshot artifacts are deployed at [Sonatypes OSS snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd/).

View File

@ -6,7 +6,7 @@ author: Romain Pelisse <rpelisse@users.sourceforge.net>, Andreas Dangel <adangel
This page describes the current status of the release process.
Since versions 5.4.5 / 5.5.4 there is an automated release process using [travis-ci](https://travis-ci.org)
Since versions 5.4.5 / 5.5.4 there is an automated release process using [travis-ci](https://travis-ci.com)
in place. However, there are still a few steps, that need manual examination.
Note: You can find a small shell script in the root of the repo: `do-release.sh`. This script guides you

View File

@ -19,7 +19,7 @@
<url>https://pmd.github.io/</url>
<ciManagement>
<url>https://travis-ci.org/pmd/pmd</url>
<url>https://travis-ci.com/pmd/pmd</url>
</ciManagement>
<inceptionYear>2002</inceptionYear>
<licenses>