Skip to content

Commit

Permalink
Adding Travis CI info to the README. Closes #42.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 30, 2013
1 parent 96071c7 commit 5b36715
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status][1]][2] [![dependency status][3]][4]

# Forms

Constructing a good form by hand is a lot of work. Popular frameworks like
Expand Down Expand Up @@ -336,3 +338,8 @@ valid or with an error message if the field is invalid.
A function which accepts a name and field as arguments and returns a string
containing a HTML representation of the field.

[1]: https://travis-ci.org/caolan/forms.png
[2]: https://travis-ci.org/caolan/forms
[3]: https://david-dm.org/caolan/forms.png
[4]: https://david-dm.org/caolan/forms

0 comments on commit 5b36715

Please sign in to comment.