Skip to content

Commit 6c13911

Browse files
committedFeb 6, 2020
Remove deprecated Node.js versions 8/9 from Travis/AppVeyor, add new version 13.
1 parent a22c5ce commit 6c13911

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- '13'
45
- '12'
56
- '11'
67
- '10'
7-
- '9'
8-
- '8'
98
env:
109
- CXX=g++-4.8
1110
addons:

‎appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version: "{build}"
77
# what combinations to test
88
environment:
99
matrix:
10-
- nodejs_version: "8"
1110
- nodejs_version: "10"
1211
- nodejs_version: "12"
1312

0 commit comments

Comments
 (0)
Please sign in to comment.