You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/05/11 22:30:55 UTC

[3/4] accumulo git commit: ACCUMULO-4179 Add travis-ci badge to README

ACCUMULO-4179 Add travis-ci badge to README

Add Travis-ci badge to README and update http links to https


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

Branch: refs/heads/master
Commit: e028385adde822a823d15f25c0744803d3381027
Parents: 896625f
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed May 11 18:28:59 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed May 11 18:28:59 2016 -0400

----------------------------------------------------------------------
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e028385a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9db5791..fc399fe 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Apache Accumulo
 ===============
 
 [![Apache License][li]][ll] [![Maven Central][mi]][ml] [![Javadoc][ji]][jl]
+[![Build Status][ti]][tl]
 
 The [Apache Accumulo\u2122][1] sorted, distributed key/value store is a robust,
 scalable, high performance data storage and retrieval system.  Apache Accumulo
@@ -115,9 +116,11 @@ with Accumulo 1.6.2 and 1.7.0 all API changes will follow [semver 2.0][12]
 [14]: examples/simple/src/main/java/org/apache/accumulo/examples/simple
 [15]: docs/src/main/resources/examples
 [16]: docs/src/main/asciidoc
-[li]: http://img.shields.io/badge/license-ASL-blue.svg
+[li]: https://img.shields.io/badge/license-ASL-blue.svg
 [ll]: https://www.apache.org/licenses/LICENSE-2.0
 [mi]: https://maven-badges.herokuapp.com/maven-central/org.apache.accumulo/accumulo-core/badge.svg
 [ml]: https://maven-badges.herokuapp.com/maven-central/org.apache.accumulo/accumulo-core/
 [ji]: https://javadoc-emblem.rhcloud.com/doc/org.apache.accumulo/accumulo-core/badge.svg
-[jl]: http://www.javadoc.io/doc/org.apache.accumulo/accumulo-core
+[jl]: https://www.javadoc.io/doc/org.apache.accumulo/accumulo-core
+[ti]: https://travis-ci.org/apache/accumulo.svg?branch=master
+[tl]: https://travis-ci.org/apache/accumulo