From 334e30a2914e8565ad6545a322fb13f13c825625 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 4 Apr 2020 15:00:11 -0700 Subject: [PATCH] readme: add travis badge Signed-off-by: William Casarin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d02ff0..96e6ae9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ nix-bitcoin === +[![Build Status](https://travis-ci.org/fort-nix/nix-bitcoin.svg?branch=master)](https://travis-ci.org/fort-nix/nix-bitcoin) + Nix packages and nixos modules for easily installing Bitcoin nodes and higher layer protocols with an emphasis on security. This is a work in progress - don't expect it to be bug free or secure.