Added travis badge

This commit is contained in:
Michaël Lemaire 2018-12-30 18:31:35 +01:00
parent 6239426772
commit d8472bff8f

View file

@ -1,6 +1,8 @@
tk-serializer tk-serializer
============= =============
[![Build Status](https://travis-ci.org/thunderk/tk-serializer.svg?branch=master)](https://travis-ci.org/thunderk/tk-serializer)
About About
----- -----
@ -36,4 +38,4 @@ let state: string = serializer.serialize(obj);
// Reconstruct the object back (*c* will be undefined) // Reconstruct the object back (*c* will be undefined)
let nobj = serializer.unserialize(state); let nobj = serializer.unserialize(state);
``` ```