Skip to content

Commit

Permalink
try out travis for fun
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 11, 2011
1 parent eee7518 commit eea01a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
before_script: "lein deps"
script: "lein test"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ encoding and SMILE support.

[Clojure code with docs](http://dakrone.github.com/cheshire/)

[![Continuous Integration status](https://secure.travis-ci.org/dakrone/cheshire.png)](http://travis-ci.org/dakrone/cheshire)

## Why?

clojure-json had really nice features (custom encoders), but was slow;
Expand Down

0 comments on commit eea01a0

Please sign in to comment.