From 286fb346530039d39041f1235a797f38fe54d8a5 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Wed, 8 Aug 2018 19:46:56 +0200 Subject: [PATCH] Add Travis CI badge to README.md [skip ci] --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8604937..1ae1097 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# clocale +# clocale [![travis-badge][]][travis] [![appveyor-badge][]][appveyor] -[![Build -status](https://ci.appveyor.com/api/projects/status/l7pp3mjqvocb2n9r/branch/master?svg=true)](https://ci.appveyor.com/project/avdv/clocale/branch/master) +[travis]: https://travis-ci.org/avdv/clocale +[travis-badge]: https://travis-ci.org/avdv/clocale.svg?branch=master +[appveyor]: https://ci.appveyor.com/project/avdv/clocale/branch/master +[appveyor-badge]: https://ci.appveyor.com/api/projects/status/l7pp3mjqvocb2n9r/branch/master?svg=true This Ruby extension provides access to the C library's `setlocale`, `strxfrm` and `strcoll` functions which are inherently useful for proper sorting