From 0a0769227d7c317cc35a51badbf0f6fd65f59954 Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 7 Dec 2014 10:17:39 +0000 Subject: [PATCH] Added Travis CI build banner. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e9d800e..3cdf22df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ImGui ===== +[![Build Status](https://travis-ci.org/ocornut/imgui.svg?branch=master)](https://travis-ci.org/ocornut/imgui) ImGui is a bloat-free graphical user interface library for C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is portable, renderer agnostic and carries minimal amount of dependencies. It is based on an "immediate" graphical user interface paradigm which allows you to build user interfaces with ease.