Skip to content

Commit 74e1eca

Browse files
committed
Adds Travis CI build status badge
1 parent bd68af6 commit 74e1eca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# HTTP Status Codes and Reason Phrases for C, C++ and Qt #
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/ijp196mjo0vsover/branch/master?svg=true)](https://ci.appveyor.com/project/j-ulrich/http-status-codes-cpp/branch/master)
3+
[![Linux build status](https://travis-ci.org/j-ulrich/http-status-codes-cpp.svg?branch=master)](https://travis-ci.org/j-ulrich/http-status-codes-cpp)
4+
[![Windows build status](https://ci.appveyor.com/api/projects/status/ijp196mjo0vsover/branch/master?svg=true)](https://ci.appveyor.com/project/j-ulrich/http-status-codes-cpp/branch/master)
45

56

67
This repository provides the HTTP status codes and reason phrases in different variants for C/C++.
@@ -13,7 +14,7 @@ Data has been taken from [for-GET/know-your-http-well](https://github.com/for-GE
1314

1415
> - [Variants](#variants)
1516
> - [Example](#example)
16-
> - [Documentation](#examples)
17+
> - [Documentation](#documentation)
1718
> - [Status Codes Enum](#status-codes-enum)
1819
> - [Category/Class Tests](#categoryclass-tests)
1920
> - [Reason Phrases](#reason-phrases)

0 commit comments

Comments
 (0)