1
0
Fork 0

Added travis badge

This commit is contained in:
Michaël Lemaire 2018-12-30 18:31:35 +01:00
parent 6239426772
commit d8472bff8f
1 changed files with 3 additions and 1 deletions

View File

@ -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);
```
```