From bd4a6b6b244b282a9186e3f436ed763c173c8314 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sun, 17 Apr 2016 21:35:16 +0200 Subject: [PATCH] added travis an clojars links to README --- .travis.yml | 15 +++++++++++++++ README.md | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0532b51 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: clojure +lein: lein2 +script: lein2 do clean, javac, test :all + +# Cache our Maven deps to be kind to clojars +cache: + directories: + - $HOME/.m2 +jdk: + - openjdk7 + - oraclejdk7 + - oraclejdk8 +# branches: +# only: +# - master diff --git a/README.md b/README.md index 9a329e3..febee7c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/yogsototh/bigbrother.svg?branch=master)](https://travis-ci.org/yogsototh/bigbrother) + # Big Brother A Clojure library designed to monitor things and retrieve some metrics. @@ -6,9 +8,7 @@ It could send the metrics to [Riemann](http://riemann.io). Add this dependency to your `project.clj`: -~~~ -[bigbrother "0.1.4.2"] -~~~ +[![Clojars Project](http://clojars.org/prismatic/schema/latest-version.svg)](http://clojars.org/yogsototh/bigbrother) ## Usage