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