drop node v0.8.x support
This commit is contained in:
parent
15819275f5
commit
ee52f9ef5a
@ -1,6 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
- "0.10"
|
||||
- "0.11"
|
||||
matrix:
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user