show build status in readme

This commit is contained in:
kyren 2017-05-22 23:24:30 -04:00
parent 151d830bf4
commit f2b6de8e62
1 changed files with 2 additions and 0 deletions

View File

@ -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.