From 64aeb68ed49ff8ac580d051203ae18328162d417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Mon, 18 Jan 2016 17:03:55 +0200 Subject: [PATCH] Git: Added Travis status badge in repository read-me --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e08c36c3b..816caaf4cd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is the source code for Doomsday Engine: a portable, enhanced source port of For [compilation instructions](http://dengine.net/dew/index.php?title=Compilation) and other details, see the documentation wiki: http://dengine.net/dew/ +[![Linux Build Status](https://travis-ci.org/skyjake/Doomsday-Engine.png)](https://travis-ci.org/skyjake/Doomsday-Engine) + ## Libraries **libcore** is the core of Doomsday 2. It is a C++ class framework containing functionality such as the file system, plugin loading, Doomsday Script, network communications, and generic data structures. Almost everything relies or will rely on this core library.