From ecd40943e2a5ddbe8ace995660f7b2e822df4f5e Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Tue, 22 Nov 2016 10:46:01 +0100 Subject: [PATCH] added Travis-CI and CodeClimate code check support. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af98e1e..878b000 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# An ISO 'C' (1994) compliant runtime library for the Amiga +# clib2 – An ISO 'C' (1994) compliant runtime library for the Amiga + +[![Build Status](https://travis-ci.org/adtools/clib2.svg?branch=master)](https://travis-ci.org/adtools/clib2) +[![Code Climate](https://codeclimate.com/github/adtools/clib2/badges/gpa.svg)](https://codeclimate.com/github/adtools/clib2) +[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) +[![Github Issues](http://githubbadges.herokuapp.com/adtools/clib2/issues.svg)](https://github.com/adtools/clib2/issues) ## What is this?