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 *.jar
*.class *.class
*.sh *.sh
.lein-deps-sum .lein*
.lein-failures
.lein-plugins
dump.rdb

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. * **Full test coverage** for every supported type.
* [Snappy](http://code.google.com/p/snappy/) **integrated de/compression** for efficient storage and network transfer. * [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: 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 ```bash
lein2 all test lein all test
``` ```
## Getting Started ## Getting Started
@ -135,4 +135,4 @@ I'm also on Twitter: [@ptaoussanis](https://twitter.com/#!/ptaoussanis).
Copyright © 2012 Peter Taoussanis Copyright © 2012 Peter Taoussanis
Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure. Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.