From f0a038d26f88d5e366566e88ef8f0cb044bdb419 Mon Sep 17 00:00:00 2001 From: dykstrom Date: Sat, 25 Feb 2017 13:42:15 +0100 Subject: [PATCH] Updated README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f752b16..e473ed6 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,5 @@ commonly seen features of chess engines: Ronja is designed in an object-oriented way, with classes representing moves, positions, and other entities. This probably slows the engine down, and so may be changed in the future. + +[![Build Status](https://travis-ci.org/dykstrom/ronja.svg?branch=master)](https://travis-ci.org/dykstrom/ronja)