From 7ed7e4f0ada57f640468fb78c3c21fd564597d4b Mon Sep 17 00:00:00 2001 From: hex Date: Fri, 19 Apr 2019 12:13:25 -0700 Subject: [PATCH] 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/ --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index cbb9d8b..8df946b 100644 --- a/README +++ b/README @@ -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)