diff --git a/.gitignore b/.gitignore index e5d7fca..84b5f08 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,4 @@ pom.xml *.jar *.class *.sh -.lein-deps-sum -.lein-failures -.lein-plugins -dump.rdb \ No newline at end of file +.lein* diff --git a/README.md b/README.md index c3bc547..c0cc3d9 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Nippy is an attempt to provide a drop-in, high-performance alternative to the re * **Full test coverage** for every supported type. * [Snappy](http://code.google.com/p/snappy/) **integrated de/compression** for efficient storage and network transfer. -## Status [![Build Status](https://secure.travis-ci.org/ptaoussanis/nippy.png?branch=master)](http://travis-ci.org/ptaoussanis/nippy) +## Status Nippy is still currently *experimental*. It **has not yet been thoroughly tested in production** and its API is subject to change. To run tests against all supported Clojure versions, use: ```bash -lein2 all test +lein all test ``` ## Getting Started @@ -135,4 +135,4 @@ I'm also on Twitter: [@ptaoussanis](https://twitter.com/#!/ptaoussanis). Copyright © 2012 Peter Taoussanis -Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure. \ No newline at end of file +Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.