Housekeeping
This commit is contained in:
parent
cd0892f6bb
commit
670cdf9c35
2 changed files with 4 additions and 7 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -8,7 +8,4 @@ pom.xml
|
|||
*.jar
|
||||
*.class
|
||||
*.sh
|
||||
.lein-deps-sum
|
||||
.lein-failures
|
||||
.lein-plugins
|
||||
dump.rdb
|
||||
.lein*
|
||||
|
|
|
|||
|
|
@ -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 [](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.
|
||||
Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue