From 949c05e7b71f061f014aa61d54e7d47998955ad1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 13 Dec 2013 00:04:26 -0200 Subject: Add Travis-CI badge to the README file --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87345a2b..c779c3d6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -This is LuaRocks, a deployment and management system for Lua modules. +LuaRocks +======== + +A package manager for Lua modules. + +[![Build Status](https://travis-ci.org/keplerproject/luarocks.png?branch=master)](https://travis-ci.org/keplerproject/luarocks) Main website: [luarocks.org](http://www.luarocks.org) -LuaRocks allows you to install Lua modules as self-contained packages called +It allows you to install Lua modules as self-contained packages called [*rocks*][1], which also contain version [dependency][2] information. This information is used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and at run time, so -- cgit v1.2.3-55-g6feb