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

Add Node.js v6 to .travis.yml
This commit is contained in:
Daniel Cousens 2016-04-30 01:57:21 +10:00
commit d06f838796

View file

@ -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"