mirror of
https://github.com/amark/gun.git
synced 2025-06-04 13:16:44 +00:00
Updated npm test setup to run also SEA tests & added NodeJS 8.6.0 to Travis config
This commit is contained in:
parent
6cc8ffb547
commit
9ecb70d29d
19
.travis.yml
19
.travis.yml
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user