1
0
Fork 0

added travis status

master
Bob Carroll 2015-03-24 21:31:34 -07:00
parent 4c4054e08a
commit 3d9f117788
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# jira-client #
[![Build Status](https://travis-ci.org/rcarz/jira-client.svg?branch=master)](https://travis-ci.org/rcarz/jira-client)
jira-client is a simple and lightweight JIRA REST client library for Java.
The goal of the project is to provide **simple** and clean English idiomatic expressions for interacting with JIRA. In pursuit of this goal, jira-client lacks the usual verbose and cumbersome contortions often found in Java applications. And since the implementation isn't buried under 57 layers of complicated abstractions, jira-client is easy to extend and debug.