Updated npm test setup to run also SEA tests & added NodeJS 8.6.0 to Travis config

This commit is contained in:
mhelander 2017-10-12 11:55:48 +03:00
parent 6cc8ffb547
commit 9ecb70d29d
2 changed files with 11 additions and 10 deletions

View File

@ -1,9 +1,10 @@
language: node_js
node_js:
- 0.11
- 0.12
- 4.0
- 4.2
- 5.0
- 6.8
- 7.9
language: node_js
node_js:
- 0.11
- 0.12
- 4.0
- 4.2
- 5.0
- 6.8
- 7.9
- 8.7.0

View File

@ -7,7 +7,7 @@
"scripts": {
"start": "node examples/http.js 8080",
"prepublish": "npm run unbuild",
"test": "mocha",
"test": "mocha && SEA=true mocha",
"e2e": "mocha e2e/distributed.js",
"docker": "hooks/build",
"unbuild": "node lib/unbuild.js && uglifyjs gun.js -o gun.min.js -c -m"