From 977d47641f887c575edee118f3598c0dd13a0363 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 9 Dec 2013 05:41:54 -0600 Subject: [PATCH] Add support for TravisCI. Also add TravisCI build status badge to README.md. --- .travis.yml | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .travis.yml 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