This commit is contained in:
David Dias 2015-09-14 11:58:33 +01:00
parent fa62838777
commit 171a561537
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- "iojs"
- "4.0"
branches:
only:

View File

@ -17,6 +17,7 @@
"codestyle",
"test"
],
"engines" : { "node" : "^4.0.0" },
"bugs": {
"url": "https://github.com/diasdavid/node-ipfs-peer-id/issues"
},