From a5edeaec65f8513be7d304551dae7733e602591c Mon Sep 17 00:00:00 2001 From: Joel Costigliola Date: Thu, 30 Jan 2014 20:58:30 +0100 Subject: [PATCH] Add build status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05c4f22..c5f025d 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ AssertJ assertions for Joda Time library Provides assertions like AssertJ for [Joda Time](http://joda-time.sourceforge.net/index.html), more precisely for [DateTime](http://joda-time.sourceforge.net/api-release/org/joda/time/DateTime.html) and [LocalDateTime](http://joda-time.sourceforge.net/api-release/org/joda/time/LocalDateTime.html) classes, more will come later but that's a start (contributions are welcome to add new assertions !). Please have a look at the complete documentation in [**assertj.org Joda Time section**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html), including a [**quickstart guide**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html#quickstart). + +[![Build Status](https://assertj.ci.cloudbees.com/buildStatus/icon?job=assertj-joda-time)](https://assertj.ci.cloudbees.com/job/assertj-joda-time/)