From 50a0d94303b72f542c9c2cb67e6b15ae75c8ca6c Mon Sep 17 00:00:00 2001 From: Wei Lu Date: Sat, 30 May 2015 11:51:06 +0800 Subject: [PATCH] Revert "travis: node 0.12 only" This reverts commit 706666024ebfa0dfaa06484215bc0c260d2aa247. See discussion in https://github.com/bitcoinjs/bitcoinjs-lib/pull/410 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7422a8b..26f05da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: node_js before_install: - "npm install npm -g" node_js: - - "0.12" + - "0.11" + - "0.10" env: - TEST_SUITE=coveralls - TEST_SUITE=integration