From a98fe422bc4b16a6a8e482f7590ad75a0321b59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 25 Jun 2017 20:29:43 +0200 Subject: [PATCH] Add Travis badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 935deea..5642f6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ultimate Hacking Keyboard bootloader +[![Build Status](https://travis-ci.org/UltimateHackingKeyboard/bootloader.svg?branch=master)](https://travis-ci.org/UltimateHackingKeyboard/bootloader) + This repository contains the bootloader of the right keyboard half of the [Ultimate Hacking Keyboard](https://ultimatehackingkeyboard.com/), which is a fully functional port of [KBOOT](http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/kinetis-symbols-footprints-and-models/kinetis-bootloader:KBOOT) v2.0. The actual codebase of the bootloader resides in [targets/MK22F51212/src](targets/MK22F51212/src).