Skip to content

Commit

Permalink
add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Aug 26, 2011
1 parent 0b9c3f5 commit ea6c100
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language: clojure
script: "lein test"
13 changes: 0 additions & 13 deletions README

This file was deleted.

13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# clojalk [![Build Status](https://secure.travis-ci.org/sunng87/clojalk.png)](http://travis-ci.org/) #

A distributed task queue in clojure. A Beanstalkd clone.

## Usage ##

FIXME: write

## License ###

Copyright (C) 2011 Sun Ning

TODO

0 comments on commit ea6c100

Please sign in to comment.