From ac895ca9f9c778a763d440a0a554e2e797ff3cf3 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 12 Mar 2014 16:39:44 -0700 Subject: [PATCH] Travis image, remove 0.6 test --- .travis.yml | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed05f88..4a83e22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,3 @@ node_js: - "0.11" - "0.10" - "0.8" - - "0.6" diff --git a/README.md b/README.md index 671327a..2eb0cff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # bitcoinjs-lib +[![Build Status](https://travis-ci.org/bitcoinjs/bitcoinjs-lib.png)](https://travis-ci.org/bitcoinjs/bitcoinjs-lib) [![browser support](https://ci.testling.com/bitcoinjs/bitcoinjs-lib.png)](https://ci.testling.com/bitcoinjs/bitcoinjs-lib) A pure JavaScript Bitcoin library for node.js and browsers. Backed by (slowly improving) testing, proven by over a million wallet users. The backbone for almost all Bitcoin web wallets in production today.