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