added travis and clojars badges

This commit is contained in:
Yann Esposito (Yogsototh) 2016-04-17 21:59:10 +02:00
parent 1849ba2273
commit 7189b602db
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/fuck-cors.svg?branch=master)](https://travis-ci.org/yogsototh/fuck-cors)
# fuck-cors # fuck-cors
A Clojure library designed to fuck CORS and open your API completely. A Clojure library designed to fuck CORS and open your API completely.
@ -18,9 +20,7 @@ In which case should you use this library:
Add Add
~~~ [![Clojars Project](https://img.shields.io/clojars/v/fuck-cors.svg)](https://clojars.org/fuck-cors)
[fuck-cors 0.1.0]
~~~
to your `project.clj`. to your `project.clj`.