aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPavel Belikov <pavel.fuchs.belikov@gmail.com>2017-11-06 22:34:17 +0300
committerPavel Belikov <pavel.fuchs.belikov@gmail.com>2017-11-06 22:34:17 +0300
commitb55cd27c082d8c6fcbaf98e7b2fbd17140e71801 (patch)
tree9090ce66117e26c99f5b248393533dc5170995dd /README.md
parentMerge pull request #38 from pavel-belikov/subparsers-help (diff)
downloadargs.hxx-b55cd27c082d8c6fcbaf98e7b2fbd17140e71801.tar.xz
add travis ci, appveyor, coveralls
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f2a38c..c2e8974 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@
#### Note that this library is essentially in maintenance mode. I haven't had the time to work on it or give it the love that it deserves. I'm not adding new features, but I will fix bugs. I will also very gladly accept pull requests.
[![build status](https://gitgud.io/Taywee/args/badges/master/build.svg)](https://gitgud.io/Taywee/args/commits/master)
+[![build status](https://travis-ci.org/pavel-belikov/args.svg?branch=master)](https://travis-ci.org/pavel-belikov/args)
+[![Build status](https://ci.appveyor.com/api/projects/status/976ht5hvt14wq78n?svg=true)](https://ci.appveyor.com/project/pavel-belikov/args)
+[![Coverage Status](https://coveralls.io/repos/github/pavel-belikov/args/badge.svg)](https://coveralls.io/github/pavel-belikov/args)
A simple, small, flexible, single-header C++11 argument parsing library, in
fewer than 2K lines of code.