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.