Commit 05ef996e52eddececee3e0edb9c8bb5a0dc4c82d
1 parent
d4c4fc35
Exists in
master
and in
4 other branches
README improved. Removed travis badge
Showing
1 changed file
with
3 additions
and
6 deletions
Show diff stats
README.md
... | ... | @@ -20,8 +20,6 @@ |
20 | 20 | |
21 | 21 | * [](http://ci.gitlab.org/projects/1?ref=master) on ci.gitlab.org (master branch) |
22 | 22 | |
23 | -* [](https://travis-ci.org/gitlabhq/gitlabhq) on travis-ci.org (master branch) | |
24 | - | |
25 | 23 | * [](https://codeclimate.com/github/gitlabhq/gitlabhq) |
26 | 24 | |
27 | 25 | * [](https://gemnasium.com/gitlabhq/gitlabhq) this button can be yellow (small updates are available) but must not be red (a security fix or an important update is available), gems are updated in major releases of GitLab. |
... | ... | @@ -39,11 +37,10 @@ |
39 | 37 | ### Requirements |
40 | 38 | |
41 | 39 | * Ubuntu/Debian** |
42 | -* ruby 1.9.3 | |
40 | +* ruby 1.9.3+ | |
41 | +* git 1.7.10+ | |
42 | +* redis 2.0+ | |
43 | 43 | * MySQL or PostgreSQL |
44 | -* git | |
45 | -* gitlab-shell | |
46 | -* redis | |
47 | 44 | |
48 | 45 | ** More details are in the [requirements doc](doc/install/requirements.md) |
49 | 46 | ... | ... |