From 4430ba85207269c0ff88253c984d555564e013fa Mon Sep 17 00:00:00 2001 From: Arceliar Date: Fri, 2 Feb 2018 19:38:55 -0600 Subject: [PATCH] add travis-ci status to readme (untested, hope this works) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dabb72e..edab6a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Yggdrasil +[![Build Status](https://api.travis-ci.org/Arceliar/yggdrasil-go.svg?branch=master)](https://travis-ci.org/Arceliar/yggdrasil-go) + ## What is it? This is a toy implementation of an encrypted IPv6 network, with many good ideas stolen from [cjdns](https://github.com/cjdelisle/cjdns), which was written to test a particular routing scheme that I cobbled together one random Wednesday afternoon.