From decc1e8c692f63199e4bdd2d54121d2018187f1c Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 9 Dec 2013 04:42:57 -0600 Subject: [PATCH] Add support for TravisCI. Also add TravisCI build status badge to README.md. --- .travis.yml | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..a189282b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: go +go: + - release + - tip diff --git a/README.md b/README.md index b68366cf..a4704e31 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ btcchain ======== +[![Build Status](https://travis-ci.org/conformal/btcchain.png?branch=master)] +(https://travis-ci.org/conformal/btcchain) + Package btcchain implements bitcoin block handling and chain selection rules. The test coverage is currently only around 60%, but will be increasing over time. See `test_coverage.txt` for the gocov coverage report. Alternatively, if