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

gooch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new d9bf148  Docs: updating README to link to github actions instead of 
travis-ci.org (#2709)
d9bf148 is described below

commit d9bf148712e36f9397b9392b34d816df02005594
Author: Ted Gooch <[email protected]>
AuthorDate: Fri Jun 18 09:32:11 2021 -0700

    Docs: updating README to link to github actions instead of travis-ci.org 
(#2709)
    
    Co-authored-by: tgooch <[email protected]>
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 86d32bd..79514dd 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@
 
 ![](site/docs/img/Iceberg-logo.png)
 
-[![](https://travis-ci.org/apache/iceberg.svg?branch=master)](https://travis-ci.org/apache/iceberg)
+[![](https://github.com/apache/iceberg/actions/workflows/java-ci.yml/badge.svg)](https://github.com/apache/iceberg/actions/workflows/java-ci.yml)
+[![](https://github.com/apache/iceberg/actions/workflows/python-ci.yml/badge.svg)](https://github.com/apache/iceberg/actions/workflows/python-ci.yml)
 
[![Slack](https://img.shields.io/badge/chat-on%20Slack-brightgreen.svg)](https://the-asf.slack.com/archives/CF01LKV9S)
 
 Apache Iceberg is a new table format for storing large, slow-moving tabular 
data. It is designed to improve on the de-facto standard table layout built 
into Hive, Trino, and Spark.

Reply via email to