Travis-CI updates.
This commit is contained in:
parent
0adedcab50
commit
0ac2bfd1cf
@ -1,4 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "iojs"
|
||||
- "6"
|
||||
- "7"
|
||||
- "8"
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Ethereum wallet library.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/mocha tests/test-*.js",
|
||||
"test": "./node_modules/.bin/mocha --timeout 100000 tests/test-*.js",
|
||||
"version": "grunt dist"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user