You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2021/01/25 20:55:14 UTC

[myfaces] 01/01: Correct Build Status URL

This is an automated email from the ASF dual-hosted git repository.

volosied pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 29e2a1ce5095a9307af8e6f61ebcd0438d32e45b
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Mon Jan 25 12:15:39 2021 -0500

    Correct Build Status URL
---
 .travis.yml | 1 +
 README.md   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a0521aa..e45f5ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,5 +32,6 @@ matrix:
   allow_failures:
     - jdk: openjdk-ea
 
+
 script:
   - mvn clean test
diff --git a/README.md b/README.md
index f8007e1..be3e0f9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Apache MyFaces Core
-[![Build Status](https://travis-ci.org/apache/myfaces.svg?branch=3.0.x)](https://travis-ci.org/apache/myfaces)
+[![Build Status](https://travis-ci.com/apache/myfaces.svg?branch=3.0.x)](https://travis-ci.org/apache/myfaces)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 
 Apache's implementation of the JavaServer Faces (JSF) and Jakarta Faces specification