aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-12-13 00:04:26 -0200
committerHisham Muhammad <hisham@gobolinux.org>2013-12-13 00:04:26 -0200
commit949c05e7b71f061f014aa61d54e7d47998955ad1 (patch)
treea28d60827449111806b0f336507e1b0e07055b99
parent87e35e990d6f7ec7e83dc31d4537865717682c0c (diff)
downloadluarocks-949c05e7b71f061f014aa61d54e7d47998955ad1.tar.gz
luarocks-949c05e7b71f061f014aa61d54e7d47998955ad1.tar.bz2
luarocks-949c05e7b71f061f014aa61d54e7d47998955ad1.zip
Add Travis-CI badge to the README file
Diffstat (limited to '')
-rw-r--r--README.md9
1 files 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 @@
1This is LuaRocks, a deployment and management system for Lua modules. 1LuaRocks
2========
3
4A package manager for Lua modules.
5
6[![Build Status](https://travis-ci.org/keplerproject/luarocks.png?branch=master)](https://travis-ci.org/keplerproject/luarocks)
2 7
3Main website: [luarocks.org](http://www.luarocks.org) 8Main website: [luarocks.org](http://www.luarocks.org)
4 9
5LuaRocks allows you to install Lua modules as self-contained packages called 10It allows you to install Lua modules as self-contained packages called
6[*rocks*][1], which also contain version [dependency][2] information. This 11[*rocks*][1], which also contain version [dependency][2] information. This
7information is used both during installation, so that when one rock is 12information is used both during installation, so that when one rock is
8requested all rocks it depends on are installed as well, and at run time, so 13requested all rocks it depends on are installed as well, and at run time, so