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