From f2b6de8e62a6061bf42d09162f003ff35c3f1153 Mon Sep 17 00:00:00 2001 From: kyren Date: Mon, 22 May 2017 23:24:30 -0400 Subject: [PATCH] show build status in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e939977..9027c9a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # rlua -- High level bindings between Rust and Lua +[![Build Status](https://travis-ci.org/chucklefish/rlua.svg?branch=master)](https://travis-ci.org/chucklefish/rlua) + This library is a WIP high level interface between Rust and Lua. Its major goal is to expose as flexible of an API between Rust and Lua as possible, while also being completely safe.