From 9759e8dc64c227fc99c2a01b5c3e52f6700d58f0 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 10 Dec 2013 19:14:24 -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 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