Revert "travis: node 0.12 only"
This reverts commit 706666024e
.
See discussion in https://github.com/bitcoinjs/bitcoinjs-lib/pull/410
This commit is contained in:
parent
d7019e7492
commit
50a0d94303
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue