diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-10-31 13:52:14 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-10-31 13:52:14 +0100 |
commit | 67f1ddf2c85328b7f83a8ae1a9fe33e3fa1bf553 (patch) | |
tree | 3904b59c3572757fbc713f6f274c51d2a2def123 /README.md | |
parent | fd4b97d75891232f4f07a0df103e9b1aec9b72fd (diff) | |
download | nextcloud-server-67f1ddf2c85328b7f83a8ae1a9fe33e3fa1bf553.tar.gz nextcloud-server-67f1ddf2c85328b7f83a8ae1a9fe33e3fa1bf553.zip |
Add CodeClimate indicator
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 0b13f11e768..6a95e329962 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ A personal cloud which runs on your own server. ### Build Status on [Jenkins CI](https://ci.owncloud.org/) Git master: [![Build Status](https://ci.owncloud.org/job/server-master-linux/badge/icon)](https://ci.owncloud.org/job/server-master-linux/) -Quality: [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/owncloud/core/badges/quality-score.png?s=ce2f5ded03d4ac628e9ee5c767243fa7412e644f)](https://scrutinizer-ci.com/g/owncloud/core/) +Quality: + - Scrutinizer: [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/owncloud/core/badges/quality-score.png?s=ce2f5ded03d4ac628e9ee5c767243fa7412e644f)](https://scrutinizer-ci.com/g/owncloud/core/) + - CodeClimate: [![Code Climate](https://codeclimate.com/github/owncloud/core/badges/gpa.svg)](https://codeclimate.com/github/owncloud/core) ### Installation instructions http://doc.owncloud.org/server/7.0/developer_manual/app/index.html |