You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2017/10/11 19:03:32 UTC

samza git commit: SAMZA-1453; Update README with Travis-CI badge.

Repository: samza
Updated Branches:
  refs/heads/master caec9c536 -> a47ed9d18


SAMZA-1453; Update README with Travis-CI badge.

Added Travis-CI to README.md file.

Author: Daniel Nishimura <dn...@gmail.com>

Reviewers: Jagadish <ja...@apache.org>

Closes #323 from dnishimura/samza-1453-readme-travisci


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/a47ed9d1
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/a47ed9d1
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/a47ed9d1

Branch: refs/heads/master
Commit: a47ed9d18a104f99ec8036f478f07a0a8b29a35b
Parents: caec9c5
Author: Daniel Nishimura <dn...@gmail.com>
Authored: Wed Oct 11 12:03:28 2017 -0700
Committer: Jagadish <jv...@linkedin.com>
Committed: Wed Oct 11 12:03:28 2017 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/a47ed9d1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index cab1826..0164dd3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## What is Samza?  [![Build Status](https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/badge/icon)](https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/)
+## What is Samza?  [![Build Status](https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/badge/icon)](https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/) [![Build Status](https://travis-ci.org/apache/samza.svg?branch=master)](https://travis-ci.org/apache/samza)
 
 [Apache Samza](http://samza.apache.org/) is a distributed stream processing framework. It uses [Apache Kafka](http://kafka.apache.org) for messaging, and [Apache Hadoop YARN](http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html) to provide fault tolerance, processor isolation, security, and resource management.