From 61574b2c016106bd12697798eee89f3f94f01956 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Thu, 26 Nov 2015 20:27:16 +0300 Subject: [PATCH] Add travis badge [ci skip] --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index bb915ac..a4fa5bd 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ hererocks ========= +.. image:: https://travis-ci.org/mpeterv/hererocks.svg?branch=master + :target: https://travis-ci.org/mpeterv/hererocks + ``hererocks`` is a single file Python script for installing `Lua `_ (or `LuaJIT `_) and `LuaRocks `_, its package manager, into a local directory. It configures Lua to only see packages installed by that bundled version of LuaRocks, so that the installation is isolated. Installation