aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-10-05 03:22:41 -0300
committerHisham <hisham@gobolinux.org>2016-10-05 03:22:41 -0300
commit5f3b2b79bbba5de0a571188c08b42a213aac772f (patch)
treecea77cd39b1865dbc0c1987730ab2502f4370d40
parent34963cbc145f9ea1521c24919a9c2c38ee24a7d8 (diff)
parent6d539e2f36131e02693a0b09003cd5852b2f9c3f (diff)
downloadluarocks-5f3b2b79bbba5de0a571188c08b42a213aac772f.tar.gz
luarocks-5f3b2b79bbba5de0a571188c08b42a213aac772f.tar.bz2
luarocks-5f3b2b79bbba5de0a571188c08b42a213aac772f.zip
Merge branch 'master' of https://github.com/keplerproject/luarocks
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92171db8..3df3c853 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,10 @@
2 2
3A package manager for Lua modules. 3A package manager for Lua modules.
4 4
5[![Build Status](https://travis-ci.org/keplerproject/luarocks.png?branch=master)](https://travis-ci.org/keplerproject/luarocks) 5[![Build Status](https://travis-ci.org/keplerproject/luarocks.svg?branch=master)](https://travis-ci.org/keplerproject/luarocks)
6[![Build Status](https://ci.appveyor.com/api/projects/status/4x4630tcf64da48i/branch/master?svg=true)](https://ci.appveyor.com/project/hishamhm/luarocks/branch/master) 6[![Build Status](https://ci.appveyor.com/api/projects/status/4x4630tcf64da48i/branch/master?svg=true)](https://ci.appveyor.com/project/hishamhm/luarocks/branch/master)
7[![Coverage Status](https://codecov.io/gh/keplerproject/luarocks/coverage.svg?branch=master)](https://codecov.io/gh/keplerproject/luarocks/branch/master) 7[![Coverage Status](https://codecov.io/gh/keplerproject/luarocks/coverage.svg?branch=master)](https://codecov.io/gh/keplerproject/luarocks/branch/master)
8[![Join the chat at https://gitter.im/keplerproject/luarocks](https://badges.gitter.im/keplerproject/luarocks.svg)](https://gitter.im/keplerproject/luarocks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
8 9
9Main website: [luarocks.org](http://www.luarocks.org) 10Main website: [luarocks.org](http://www.luarocks.org)
10 11