You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2016/11/01 05:29:56 UTC

zeppelin git commit: [MINOR] High definition build status badge

Repository: zeppelin
Updated Branches:
  refs/heads/master 99b975f5c -> fd545e295


[MINOR] High definition build status badge

### What is this PR for?
CI badge has low definition now. This change will use .svg image as badge (instead of .png!)

before:
![image](https://secure.travis-ci.org/apache/zeppelin.png?branch=master)

after:
![image](https://travis-ci.org/apache/zeppelin.svg?branch=master)

### What type of PR is it?
[Documentation]

Author: Jun Kim <i2...@gmail.com>

Closes #1570 from tae-jun/patch-1 and squashes the following commits:

8cc8c5d [Jun Kim] [MINOR] High definition build status badge


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

Branch: refs/heads/master
Commit: fd545e2952144b45917504af8337401535ab2778
Parents: 99b975f
Author: Jun Kim <i2...@gmail.com>
Authored: Mon Oct 31 11:17:09 2016 +0900
Committer: ahyoungryu <ah...@apache.org>
Committed: Tue Nov 1 14:29:30 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/fd545e29/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c1deb88..be53b55 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 **Documentation:** [User Guide](http://zeppelin.apache.org/docs/latest/index.html)<br/>
 **Mailing Lists:** [User and Dev mailing list](http://zeppelin.apache.org/community.html)<br/>
-**Continuous Integration:** [![Build Status](https://secure.travis-ci.org/apache/zeppelin.png?branch=master)](https://travis-ci.org/apache/zeppelin) <br/>
+**Continuous Integration:** [![Build Status](https://travis-ci.org/apache/zeppelin.svg?branch=master)](https://travis-ci.org/apache/zeppelin) <br/>
 **Contributing:** [Contribution Guide](https://zeppelin.apache.org/contribution/contributions.html)<br/>
 **Issue Tracker:** [Jira](https://issues.apache.org/jira/browse/ZEPPELIN)<br/>
 **License:** [Apache 2.0](https://github.com/apache/zeppelin/blob/master/LICENSE)