diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-13 00:04:26 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-13 00:04:26 -0200 |
commit | 949c05e7b71f061f014aa61d54e7d47998955ad1 (patch) | |
tree | a28d60827449111806b0f336507e1b0e07055b99 | |
parent | 87e35e990d6f7ec7e83dc31d4537865717682c0c (diff) | |
download | luarocks-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.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ | |||
1 | This is LuaRocks, a deployment and management system for Lua modules. | 1 | LuaRocks |
2 | ======== | ||
3 | |||
4 | A package manager for Lua modules. | ||
5 | |||
6 | [](https://travis-ci.org/keplerproject/luarocks) | ||
2 | 7 | ||
3 | Main website: [luarocks.org](http://www.luarocks.org) | 8 | Main website: [luarocks.org](http://www.luarocks.org) |
4 | 9 | ||
5 | LuaRocks allows you to install Lua modules as self-contained packages called | 10 | It 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 |
7 | information is used both during installation, so that when one rock is | 12 | information is used both during installation, so that when one rock is |
8 | requested all rocks it depends on are installed as well, and at run time, so | 13 | requested all rocks it depends on are installed as well, and at run time, so |