From d39f3059ddedf4d9d9acdf64adbb03abc3eb0a48 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 19 Feb 2016 00:03:05 -0800 Subject: [PATCH] Show Travis-CI Build Status on README.md. For Github visitors, many projects shows its project build status in README.md. It would be nice if PocketMine-MP shows Travis-CI build status, too. Here is the sample layout in this PR branch. https://github.com/dongjoon-hyun/PocketMine-MP/tree/show_travis_build_status Signed-off-by: Dongjoon Hyun --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70dbc7961..e94e1253f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ![PocketMine-MP](http://cdn.pocketmine.net/img/PocketMine-MP-h.png) +[![Build Status](https://travis-ci.org/PocketMine/PocketMine-MP.svg?branch=master)](https://travis-ci.org/PocketMine/PocketMine-MP) This program is free software: you can redistribute it and/or modify