Skip to content

Commit b373c5f

Browse files
authored
Merge pull request #80 from DanielRuf/chore/remove-nodejs-4-add-nodejs-10
[dnm] chore: remove Node.js 4, add Node.js 10
2 parents 47d036e + 0ca8fad commit b373c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ os:
44
- linux
55
- osx
66
node_js:
7+
- "10"
78
- "8"
89
- "6"
9-
- "4"
1010

1111
script: npm run travis
1212

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ init:
77
# what combinations to test
88
environment:
99
matrix:
10+
- nodejs_version: 10
1011
- nodejs_version: 8
1112
- nodejs_version: 6
12-
- nodejs_version: 4
1313

1414
install:
1515
- ps: Install-Product node $env:nodejs_version x64

0 commit comments

Comments
 (0)