Browse Source

Revert "travis: node 0.12 only"

This reverts commit 706666024e.
See discussion in https://github.com/bitcoinjs/bitcoinjs-lib/pull/410
hk-custom-address
Wei Lu 10 years ago
parent
commit
50a0d94303
  1. 3
      .travis.yml

3
.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

Loading…
Cancel
Save