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

dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 12b1b55  ORC-1076: Remove Travis PR Builder Link from README.md (#991)
12b1b55 is described below

commit 12b1b559c805df7aa48bd3e249b9d8301237cb2a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jan 5 15:43:15 2022 -0800

    ORC-1076: Remove Travis PR Builder Link from README.md (#991)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `Travis PR Builder Link` from `README.md` because 
it's misleading. Our main PR builder is GitHub Action which runs majority of 
tests. In addition, https://github.com/apache/orc/pulls is the correct link to 
show both PR builders' status.
    
    ### Why are the changes needed?
    
    To make `README.md` up-to-date.
    
    ### How was this patch tested?
    
    Since this is a doc change, manual review.
    
    (cherry picked from commit 2c29393142a993ceabdcb6ea238558adaa84e018)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index dfc655b..cccedfc 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,6 @@ The current build status:
 * Main branch <a 
href="https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Amain";>
 ![main build 
status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=main)</a>
 <a href="https://travis-ci.com/apache/orc/branches";>
 ![main build status](https://travis-ci.com/apache/orc.svg?branch=main)</a>
-* <a href="https://travis-ci.com/github/apache/orc/pull_requests";>Pull 
Requests</a>
-
 
 Bug tracking: <a href="http://orc.apache.org/bugs";>Apache Jira</a>
 

Reply via email to