From c1d45cf543976c24292cf44d9e928e6636c19011 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sun, 11 Sep 2011 14:40:15 +0400 Subject: [PATCH] Of course we will be using travis-ci.org --- .travis.yml | 1 + README.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4f42080 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: clojure \ No newline at end of file diff --git a/README.md b/README.md index c607657..7912c69 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ Monger is very much a work in progress and right now, there is nothing to see here, really. +## Continuous Integration + +[![Continuous Integration status](https://secure.travis-ci.org/michaelklishin/monger.png)](http://travis-ci.org/michaelklishin/monger) + + +CI is hosted by [travis-ci.org](http://travis-ci.org) + + + ## Supported Clojure versions Monger is built from the ground up for Clojure 1.3 and up.