We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51eafea commit eb9424fCopy full SHA for eb9424f
.travis.yml
@@ -0,0 +1,6 @@
1
+language: clojure
2
+lein: lein2
3
+script: lein2 with-profile dev:dev,1.4:dev,1.5 test
4
+jdk:
5
+ - openjdk7
6
+ - openjdk6
README.md
@@ -1,5 +1,7 @@
# Ring-Codec
+[](http://travis-ci.org/ring-clojure/ring-codec)
+
Functions for encoding and decoding data into formats commonly used in
web applications.
7
0 commit comments