Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit f6cef1c

Browse files
author
Audrey Eschright
committed
chore: update CI for current Node LTS
1 parent c137ac7 commit f6cef1c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: node_js
22
sudo: false
33
node_js:
44
- "10"
5-
- "9"
65
- "8"
7-
- "7"
86
- "6"
9-
- "4"
7+
- "11"

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
environment:
22
matrix:
33
- nodejs_version: "10"
4-
- nodejs_version: "9"
54
- nodejs_version: "8"
6-
- nodejs_version: "7"
75
- nodejs_version: "6"
8-
- nodejs_version: "4"
6+
- nodejs_version: "11"
97

108
platform:
119
- x64

0 commit comments

Comments
 (0)