Embed Travis CI status image into libbpf README

Show the build status in a convenient way.
Follow the instructions:
https://docs.travis-ci.com/user/status-images/
This commit is contained in:
hex
2019-04-19 12:13:25 -07:00
committed by yonghong-song
parent 4de9ffcffe
commit 7ed7e4f0ad

2
README
View File

@@ -60,3 +60,5 @@ To validate changes to meson.build
To install headers, libs and pkgconfig
cd build
ninja install
[![Build Status](https://travis-ci.org/libbpf/libbpf.svg?branch=master)](https://travis-ci.org/libbpf/libbpf)