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

tzulitai pushed a commit to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 7ee09a551829f3b385a8424ee8daa66fa8ce8a4a
Author: Tzu-Li (Gordon) Tai <tzuli...@apache.org>
AuthorDate: Mon Nov 16 17:25:00 2020 +0800

    [FLINK-20161] [README] Update build status badge to point to Github Actions
    
    This closes #174.
---
 .github/workflows/java8-build.yml | 2 +-
 README.md                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/java8-build.yml 
b/.github/workflows/java8-build.yml
index 0c738bc..2f09c94 100644
--- a/.github/workflows/java8-build.yml
+++ b/.github/workflows/java8-build.yml
@@ -1,4 +1,4 @@
-name: JDK 8 Build
+name: Java 8 Build
 
 on: [push, pull_request]
 
diff --git a/README.md b/README.md
index 23619fd..b5efb10 100755
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ For a fully detailed documentation, please visit the 
[official docs](https://ci.
 
 For code examples, please take a look at the [examples](statefun-examples/).
 
-[![Build 
Status](https://travis-ci.org/apache/flink-statefun.svg?branch=master)](https://travis-ci.org/apache/flink-statefun)
+![Java 8 
Build](https://github.com/apache/flink-statefun/workflows/Java%208%20Build/badge.svg)
 
 ## Table of Contents
 

Reply via email to