Browse Source

Merge pull request #462 from bitcoinjs/no011

travis: no Node 0.11
hk-custom-address
Daniel Cousens 9 years ago
parent
commit
a71ec21405
  1. 1
      .travis.yml

1
.travis.yml

@ -3,7 +3,6 @@ before_install:
- "npm install npm -g"
node_js:
- "0.12"
- "0.11"
- "0.10"
env:
- TEST_SUITE=coverage

Loading…
Cancel
Save