From e2fe8827e4398787c23f792bb432903f1563034e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garc=C3=ADa?= Date: Wed, 2 Jan 2013 01:59:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2dde011..f328d97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ inspect.lua =========== +[![Build Status](https://travis-ci.org/kikito/inspect.lua.png?branch=master)](https://travis-ci.org/kikito/inspect.lua) + This function transform any Lua table into a human-readable representation of that table. The objective here is human understanding (i.e. for debugging), not serialization or compactness.