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
|
*.jar
|
||||||
*.class
|
*.class
|
||||||
*.sh
|
*.sh
|
||||||
.lein-deps-sum
|
.lein*
|
||||||
.lein-failures
|
|
||||||
.lein-plugins
|
|
||||||
dump.rdb
|
|
||||||
|
|
|
||||||
|
|
@ -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 [](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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue