Skip to content

Commit 6b195ac

Browse files
committed
Replaced travis-ci badge with github actiond badge.
1 parent ea14357 commit 6b195ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`msgpack` for C
22
===================
33

4-
Version 3.3.0 [![Build Status](https://travis-ci.org/msgpack/msgpack-c.svg?branch=c_master)](https://travis-ci.org/msgpack/msgpack-c) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/c_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
4+
Version 3.3.0 [![Build Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=c_master)](https://github.com/msgpack/msgpack-c/actions) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/c_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
55
[![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master/graph/badge.svg)](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master)
66

77
It's like JSON but smaller and faster.
@@ -99,7 +99,7 @@ e.g.) tortoise git https://code.google.com/p/tortoisegit/
9999
2. Launch [cmake GUI client](http://www.cmake.org/cmake/resources/software.html).
100100
101101
3. Set 'Where is the source code:' text box and 'Where to build
102-
the binaries:' text box.
102+
the binaries:' text box.
103103
104104
4. Click 'Configure' button.
105105

0 commit comments

Comments
 (0)