From 1c321d97f7dbec03713a5ece27fe49609c2b4f89 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 12 Mar 2014 12:16:38 +0700 Subject: [PATCH 1/2] Remove long-deprecated travis file --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0cf71e5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: clojure -lein: lein2 -script: lein2 test-all -jdk: - - openjdk7 - - openjdk6 - - oraclejdk7 \ No newline at end of file From c352a5c29cadd4a3c4cd79e844dab08432a2b3a0 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 12 Mar 2014 12:17:37 +0700 Subject: [PATCH 2/2] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36467ca..952af48 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ```clojure [com.taoensso/nippy "2.5.2"] ; Stable -[com.taoensso/nippy "2.6.0-RC1"] ; Appropriate for staging, early production adopters +[com.taoensso/nippy "2.6.0-RC1"] ; Appropriate for staging, production early adopters ``` v2.6 will be a backwards-compatible release with: improved performance (incl. frozen data size), a new low-level DataInput/DataOuput API, improved support for headerless freezing, and 1-to-1 binary-value representation guarantees. See the [Changelog](https://github.com/ptaoussanis/nippy/blob/master/CHANGELOG.md) for details.