From 532326d7f4a2a48dd811e6dc455265c1235d32a8 Mon Sep 17 00:00:00 2001 From: Mark Elliot Date: Mon, 12 Oct 2015 22:20:14 -0700 Subject: [PATCH] Add Travis CI Build Status tag --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9c4f5780..436be846 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ Git-Version Gradle Plugin ========================= +[![Build Status](https://travis-ci.org/palantir/gradle-git-version.svg?branch=develop)](https://travis-ci.org/palantir/gradle-git-version) + When applied, Git-Version adds a method to the target project called `gitVersion()` that runs the JGit equivalent of `git describe` to determine a version string. It behaves exactly as the JGit `git describe` method behaves, except that when the repository is in a dirty