Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@users.noreply.github.com>2020-06-21 07:25:39 +0300
committerGitHub <noreply@github.com>2020-06-21 07:25:39 +0300
commit7bca74f6535a37846162383e52071f380c99a43a (patch)
tree84887cc8532a26aa862b2b0d02361e860f2f7e61 /README.md
parent2650106d472d070f719f1dd8796055008bac3915 (diff)
Try again to fix build status
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1ae1ef9..697df5f 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
simpleini
=========
-[![Build Status](https://travis-ci.org/brofield/simpleini.svg?branch=master)](https://travis-ci.org/brofield/simpleini)
-
+[![Build Status](https://api.travis-ci.org/brofield/simpleini.svg?branch=master)](https://travis-ci.org/brofield/simpleini)
A cross-platform library that provides a simple API to read and write INI-style configuration files. It supports data files in ASCII, MBCS and Unicode. It is designed explicitly to be portable to any platform and has been tested on Windows, WinCE and Linux. Released as open-source and free using the MIT licence.