Added travis badge
This commit is contained in:
parent
6239426772
commit
d8472bff8f
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
tk-serializer
|
||||
=============
|
||||
|
||||
[![Build Status](https://travis-ci.org/thunderk/tk-serializer.svg?branch=master)](https://travis-ci.org/thunderk/tk-serializer)
|
||||
|
||||
About
|
||||
-----
|
||||
|
||||
|
@ -36,4 +38,4 @@ let state: string = serializer.serialize(obj);
|
|||
|
||||
// Reconstruct the object back (*c* will be undefined)
|
||||
let nobj = serializer.unserialize(state);
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue