From 1fe81872c6bcafd0f6af986cbec520c3a190969a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 May 2018 19:43:02 +0530 Subject: [PATCH] Add the build badge to the build from source page --- docs/build.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/build.rst b/docs/build.rst index bf49f6cee..863759604 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -1,6 +1,11 @@ Building kitty from source ============================== +.. image:: https://travis-ci.org/kovidgoyal/kitty.svg?branch=master + :alt: Build status + :target: https://travis-ci.org/kovidgoyal/kitty + + |kitty| is designed to run from source, for easy hackability. Make sure the following dependencies are installed first.