Browse Source

Merge pull request #576 from bitcoinjs/feature/travis-node-v6

Add Node.js v6 to .travis.yml
hk-custom-address
Daniel Cousens 9 years ago
parent
commit
d06f838796
  1. 1
      .travis.yml

1
.travis.yml

@ -8,6 +8,7 @@ node_js:
- "io.js" - "io.js"
- "4" - "4"
- "5" - "5"
- "6"
matrix: matrix:
include: include:
- node_js: "4" - node_js: "4"

Loading…
Cancel
Save