drop node v0.8.x support

This commit is contained in:
Sean Lavine 2014-10-18 14:24:36 -07:00
parent 15819275f5
commit ee52f9ef5a
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
matrix:

View File

@ -22,7 +22,7 @@
"url": "git://github.com/freewil/node-bitcoin.git"
},
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"scripts": {
"test": "make test"