You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/10/08 07:23:19 UTC

[syncope] 02/02: Travis CI -> GitHub Actions

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

commit a696dc894b9d03936363f2c22dc85606d4da8fc4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Oct 8 09:22:35 2021 +0200

    Travis CI -> GitHub Actions
---
 src/site/site.xml             | 4 ++--
 src/site/xdoc/integration.xml | 6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 5f443c6..205e5be 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.com/github/apache/syncope">
-        <img src="https://api.travis-ci.com/apache/syncope.png" style="vertical-align: top"/>
+      <a href="https://github.com/apache/syncope/actions/workflows/crosschecks.yml">
+        <img src="https://github.com/apache/syncope/actions/workflows/crosschecks.yml/badge.svg"/>
       </a>
     </div>
       ]]>
diff --git a/src/site/xdoc/integration.xml b/src/site/xdoc/integration.xml
index c15b7cb..5822d4b 100644
--- a/src/site/xdoc/integration.xml
+++ b/src/site/xdoc/integration.xml
@@ -32,11 +32,9 @@ under the License.
       </p>
     </section>
 
-    <section name="Travis CI">
+    <section name="GitHub Actions">
       <p>
-        <a href="https://travis-ci.com/github/apache/syncope">
-          <img src="https://api.travis-ci.com/apache/syncope.png"/>
-        </a>
+        <source><a href="https://github.com/apache/syncope/actions/">https://github.com/apache/syncope/actions/</a></source>
       </p>
     </section>