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 2902a612..5834bd01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ btcwire ======= +[![Build Status](https://travis-ci.org/conformal/btcwire.png?branch=master)] +(https://travis-ci.org/conformal/btcwire) + Package btcwire implements the bitcoin wire protocol. A comprehensive suite of tests with 100% test coverage is provided to ensure proper functionality. See `test_coverage.txt` for the gocov coverage report. Alternatively, if you are