From 5d6a13d2c89f88277d3b8c5052919579ceaa94df Mon Sep 17 00:00:00 2001 From: Logan Saether Date: Thu, 7 Dec 2017 17:35:53 -0700 Subject: [PATCH] add travis badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f434b46..be5bb889c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Ethereum Alarm Clock [![Join the chat at https://gitter.im/pipermerriam/ethereum-alarm-clock](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pipermerriam/ethereum-alarm-clock?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Build Status](https://travis-ci.org/chronologic/ethereum-alarm-clock.svg?branch=master)](https://travis-ci.org/chronologic/ethereum-alarm-clock) Source code for the [Ethereum Alarm Clock service](http://www.ethereum-alarm-clock.com/) @@ -30,4 +31,4 @@ Between each instance of running the tests it is advised to rebuild your build/ Currently there exists some documentation in the docs/ directory, but I make no guarantees that anything in there is up-to-date. Part of the work of the revitalization effort is to produce more in-line documentation in the code. To be safe, always refer to the documentation in the code as the final say as changes are migrating from the codebase back out into the docs currently. -We host developer documentation via Doxitiy on github pages. \ No newline at end of file +We host developer documentation via Doxitiy on github pages.