[GitHub] drill pull request #1165: DRILL-6239: Add build and license badges to README...

2018-03-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/drill/pull/1165


---


[GitHub] drill pull request #1165: DRILL-6239: Add build and license badges to README...

2018-03-14 Thread ilooner
Github user ilooner commented on a diff in the pull request:

https://github.com/apache/drill/pull/1165#discussion_r174570587
  
--- Diff: README.md ---
@@ -1,5 +1,8 @@
 # Apache Drill
 
+[![Build 
Status](https://travis-ci.org/apache/incubator-openwhisk.svg?branch=master)](https://travis-ci.org/apache/drill)
--- End diff --

Oh carp! Thanks for catching this.


---


[GitHub] drill pull request #1165: DRILL-6239: Add build and license badges to README...

2018-03-14 Thread vrozov
Github user vrozov commented on a diff in the pull request:

https://github.com/apache/drill/pull/1165#discussion_r174483759
  
--- Diff: README.md ---
@@ -1,5 +1,8 @@
 # Apache Drill
 
+[![Build 
Status](https://travis-ci.org/apache/incubator-openwhisk.svg?branch=master)](https://travis-ci.org/apache/drill)
--- End diff --

Please fix the link to point to drill 
(https://api.travis-ci.org/apache/drill.svg?branch=master). Consider adding 
maven central badge.


---


[GitHub] drill pull request #1165: DRILL-6239: Add build and license badges to README...

2018-03-13 Thread ilooner
GitHub user ilooner opened a pull request:

https://github.com/apache/drill/pull/1165

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

Add nice build and license badges that everyone else has. See a preview of 
what they look like here:

https://github.com/ilooner/drill/tree/DRILL-6239

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ilooner/drill DRILL-6239

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/drill/pull/1165.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1165


commit c95030076a884b074821e169c4e58c84d89275c8
Author: Timothy Farkas 
Date:   2018-03-14T00:39:50Z

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




---