diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-14 21:27:29 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-14 21:27:29 +0300 |
commit | 7bd50ac46998d2ec2f046092c3c953e8e53bf1e4 (patch) | |
tree | 06acc364033c19d429b6fd162a51a372f671ca8d /README.md | |
parent | 639e8e60278f1fb6936cbf5a9a4904818dcf118a (diff) | |
download | gitlab-shell-7bd50ac46998d2ec2f046092c3c953e8e53bf1e4.tar.gz |
Inline badges
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,10 +4,10 @@ GitLab Shell is an application that allows you to execute git commands and provi #### Code status -* [](http://ci.gitlab.org/projects/4?ref=master) -* [](https://travis-ci.org/gitlabhq/gitlab-shell) -* [](https://codeclimate.com/github/gitlabhq/gitlab-shell) -* [](https://coveralls.io/r/gitlabhq/gitlab-shell) +[](http://ci.gitlab.org/projects/4?ref=master) +[](https://travis-ci.org/gitlabhq/gitlab-shell) +[](https://codeclimate.com/github/gitlabhq/gitlab-shell) +[](https://coveralls.io/r/gitlabhq/gitlab-shell) __Requires ruby 1.9+__ |