Skip to content

Commit

Permalink
Add Travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
durch authored Dec 25, 2016
1 parent 971e10e commit 25e2c9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/durch/rust-jwt.svg?branch=master)](https://travis-ci.org/durch/rust-jwt)

Very simple [JWT](https://jwt.io/) generation lib, provides a Jwt struct which can be *finalised* to produce an encoded and signed [String](https://doc.rust-lang.org/std/string/struct.String.html) representation.

Generic over [serde::Serialize](https://docs.serde.rs/serde/ser/trait.Serialize.html) trait.
Expand Down

0 comments on commit 25e2c9a

Please sign in to comment.