Travis-CI updates.

This commit is contained in:
Richard Moore 2017-10-21 04:01:00 -04:00
parent 0adedcab50
commit 0ac2bfd1cf
2 changed files with 3 additions and 2 deletions

@ -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": {