From 9b2a6137b41979b29d37e948044c98693183ee24 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Oct 2018 18:58:12 +0300 Subject: [PATCH] README.md: Add Travis CI badge For now this is only an indicator that the Python requirements can be satisfied and installed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 017ee07..c88f5a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DSpace Statistics API +# DSpace Statistics API [![Build Status](https://travis-ci.org/alanorth/dspace-statistics-api.svg?branch=master)](https://travis-ci.org/alanorth/dspace-statistics-api) A simple REST API to expose Solr view and download statistics for items in a DSpace repository. This project contains a standalone indexing component and a WSGI application. ## Requirements