From 9b81f943381f9357bcd3775195f3c16c921fe76a Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Tue, 27 Oct 2020 15:34:38 +0100 Subject: [PATCH] [ci] Update travis build badge After move to travis-ci.com --- BUILDING.md | 2 +- README.md | 2 +- do-release.sh | 2 +- docs/pages/pmd/devdocs/development.md | 2 +- docs/pages/pmd/projectdocs/committers/releasing.md | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 522608f37a..bfa7c16245 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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.). diff --git a/README.md b/README.md index f9e7e67a02..a1bed340d3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/do-release.sh b/do-release.sh index b5a36b66a1..fa8617e1a4 100755 --- a/do-release.sh +++ b/do-release.sh @@ -163,7 +163,7 @@ git commit -a -m "Prepare pmd release ${RELEASE_VERSION}" echo -echo "Tag has been pushed.... now check travis build: " +echo "Tag has been pushed.... now check travis build: " echo echo echo "Press enter to continue..." diff --git a/docs/pages/pmd/devdocs/development.md b/docs/pages/pmd/devdocs/development.md index 450a47cda2..f7e47c89fd 100644 --- a/docs/pages/pmd/devdocs/development.md +++ b/docs/pages/pmd/devdocs/development.md @@ -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/). diff --git a/docs/pages/pmd/projectdocs/committers/releasing.md b/docs/pages/pmd/projectdocs/committers/releasing.md index e0cfe8a22f..f64b93b896 100644 --- a/docs/pages/pmd/projectdocs/committers/releasing.md +++ b/docs/pages/pmd/projectdocs/committers/releasing.md @@ -6,7 +6,7 @@ author: Romain Pelisse , Andreas Dangel https://pmd.github.io/ - https://travis-ci.org/pmd/pmd + https://travis-ci.com/pmd/pmd 2002