From 18576ab105e9787a17490e230e052291c4eca273 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 10 Dec 2013 18:01:11 -0600 Subject: [PATCH] Add support for TravisCI. Also add TravisCI build status badge to README.md. --- .travis.yml | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .travis.yml 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