Skip to content

Commit f618799

Browse files
authored
test: node 10, 12 (#6)
1 parent fd7777f commit f618799

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ node_js:
44
- '4'
55
- '6'
66
- '8'
7+
- '10'
8+
- '12'
79
install:
810
- npm i npminstall && npminstall
911
script:

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ environment:
33
- nodejs_version: '4'
44
- nodejs_version: '6'
55
- nodejs_version: '8'
6+
- nodejs_version: '10'
7+
- nodejs_version: '12'
68

79
install:
810
- ps: Install-Product node $env:nodejs_version

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"web": "https://github.com/node-modules/runscript"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/node-modules/runscript/issues",
35-
"email": "[email protected]"
34+
"url": "https://github.com/node-modules/runscript/issues"
3635
},
3736
"keywords": [
3837
"runscript",
@@ -43,7 +42,7 @@
4342
"node": ">=4.2.3"
4443
},
4544
"ci": {
46-
"version": "4, 6, 8",
45+
"version": "4, 6, 8, 10, 12",
4746
"command": {
4847
"appveyor": "ci"
4948
}

0 commit comments

Comments
 (0)