This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit 0720790974650951987550e3f6a55affb6c18ffd Author: Tzu-Li (Gordon) Tai <[email protected]> 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 2fd4bff..9162c75 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/). -[](https://travis-ci.org/apache/flink-statefun) + ## Table of Contents
