diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ae71c02 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: go +go: release +install: go get -d -t -v ./... diff --git a/README.md b/README.md index f1cb118..54b85ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ btcutil ======= +[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)] +(https://travis-ci.org/conformal/btcutil) + Package btcutil provides bitcoin-specific convenience functions and types. A comprehensive suite of tests is provided to ensure proper functionality. See `test_coverage.txt` for the gocov coverage report. Alternatively, if you are