[libvirt] [PATCH 1/1] Enable Travis CI build status icon

Claudio André claudioandre.br at gmail.com
Tue Apr 18 17:39:28 UTC 2017


Using GitHub libvirt site, it is possible to show Travis's fancy icon of the current build status. It highlights the QA process.
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a609286
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+## *LibVirt: the virtualization API* [![Build Status](https://travis-ci.org/libvirt/libvirt.svg)](https://travis-ci.org/libvirt/libvirt)
+
+  Libvirt is a C toolkit to interact with the virtualization capabilities
+of recent versions of Linux (and other OSes). It is free software
+available under the GNU Lesser General Public License. Virtualization of
+the Linux Operating System means the ability to run multiple instances of
+Operating Systems concurrently on a single hardware system where the basic
+resources are driven by a Linux instance. The library aim at providing
+long term stable C API initially for the Xen paravirtualization but
+should be able to integrate other virtualization mechanisms if needed.
+
+Daniel Veillard <veillard at redhat.com>
-- 
2.11.0




More information about the libvir-list mailing list