You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vi...@apache.org on 2018/03/26 11:35:01 UTC

[06/13] drill git commit: DRILL-6239: Add build and license badges to README.md

DRILL-6239: Add build and license badges to README.md

closes #1165


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

Branch: refs/heads/master
Commit: 4aadfa8de5d3d46fca1babfa33ef620653c891f2
Parents: d55b62f
Author: Timothy Farkas <ti...@apache.org>
Authored: Tue Mar 13 17:39:50 2018 -0700
Committer: Vitalii Diravka <vi...@gmail.com>
Committed: Sat Mar 24 20:35:32 2018 +0200

----------------------------------------------------------------------
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/4aadfa8d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2892f8a..6f1bf8c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
 # Apache Drill
 
+[![Build Status](https://travis-ci.org/apache/drill.svg?branch=master)](https://travis-ci.org/apache/drill)
+[![Artifact](https://img.shields.io/maven-central/v/org.apache.drill/distribution.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.drill%22%20AND%20a%3A%22distribution%22)
+[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
+
 Apache Drill is a distributed MPP query layer that supports SQL and alternative query languages against NoSQL and Hadoop data storage systems.  It was inspired in part by [Google's Dremel](http://research.google.com/pubs/pub36632.html).  
 
 ## Quickstart