Skip to content

Commit 50a0d94

Browse files
committed
Revert "travis: node 0.12 only"
This reverts commit 7066660. See discussion in bitcoinjs#410
1 parent d7019e7 commit 50a0d94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: node_js
22
before_install:
33
- "npm install npm -g"
44
node_js:
5-
- "0.12"
5+
- "0.11"
6+
- "0.10"
67
env:
78
- TEST_SUITE=coveralls
89
- TEST_SUITE=integration

0 commit comments

Comments
 (0)