This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push: new e94bcc6 Updating Travis CI refs e94bcc6 is described below commit e94bcc6d0cf686b5025264182af3a602b54707b9 Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Thu Nov 12 14:53:18 2020 +0100 Updating Travis CI refs --- src/site/site.xml | 4 ++-- src/site/xdoc/integration.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index a96b99b..dd9cee2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -96,8 +96,8 @@ Apache, Syncope, Apache Syncope, the Apache feather logo and the Apache Syncope <img src="https://bestpractices.coreinfrastructure.org/projects/154/badge" style="vertical-align: top"/> </a> <img src="https://img.shields.io/maven-central/v/org.apache.syncope/syncope.png" style="vertical-align: top"/> - <a href="https://travis-ci.org/apache/syncope"> - <img src="https://api.travis-ci.org/apache/syncope.png" style="vertical-align: top"/> + <a href="https://travis-ci.com/github/apache/syncope"> + <img src="https://api.travis-ci.com/apache/syncope.png" style="vertical-align: top"/> </a> <a href="https://ci.appveyor.com/project/ApacheSoftwareFoundation/syncope"> <img src="https://ci.appveyor.com/api/projects/status/k3moao48iilrq2pw?svg=true" style="vertical-align: top"/> diff --git a/src/site/xdoc/integration.xml b/src/site/xdoc/integration.xml index 668fb8a..87f60c0 100644 --- a/src/site/xdoc/integration.xml +++ b/src/site/xdoc/integration.xml @@ -34,8 +34,8 @@ under the License. <section name="Travis CI"> <p> - <a href="https://travis-ci.org/apache/syncope"> - <img src="https://api.travis-ci.org/apache/syncope.png"/> + <a href="https://travis-ci.com/github/apache/syncope"> + <img src="https://api.travis-ci.com/apache/syncope.png"/> </a> </p> </section>