added travis an clojars links to README

This commit is contained in:
Yann Esposito (Yogsototh) 2016-04-17 21:35:16 +02:00
parent 472b2c2b38
commit bd4a6b6b24
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 18 additions and 3 deletions

15
.travis.yml Normal file
View file

@ -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

View file

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/yogsototh/bigbrother.svg?branch=master)](https://travis-ci.org/yogsototh/bigbrother)
# Big Brother # Big Brother
A Clojure library designed to monitor things and retrieve some metrics. 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`: Add this dependency to your `project.clj`:
~~~ [![Clojars Project](http://clojars.org/prismatic/schema/latest-version.svg)](http://clojars.org/yogsototh/bigbrother)
[bigbrother "0.1.4.2"]
~~~
## Usage ## Usage