diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..ae71c02f --- /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 bb00df62..4b14e99f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ btcscript ========= +[![Build Status](https://travis-ci.org/conformal/btcscript.png?branch=master)] +(https://travis-ci.org/conformal/btcscript) + Package btcscript implements the bitcoin transaction scripts. There is a comprehensive test suite. `test_coverage.txt` contains the current coverage statistics (generated using gocov). On a UNIX-like OS, the