Housekeeping

This commit is contained in:
Peter Taoussanis 2012-10-26 16:09:11 +07:00
parent cd0892f6bb
commit 670cdf9c35
2 changed files with 4 additions and 7 deletions

5
.gitignore vendored
View file

@ -8,7 +8,4 @@ pom.xml
*.jar
*.class
*.sh
.lein-deps-sum
.lein-failures
.lein-plugins
dump.rdb
.lein*

View file

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