Skip to content

Commit 889ef80

Browse files
committedMar 4, 2019
Add nodejs versions 10 and 11 to CI, remove 6 and 9
1 parent b828158 commit 889ef80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "9"
4+
- "11"
5+
- "10"
56
- "8"
6-
- "6"
77
install:
88
- npm install
99
- npm install codecov

‎appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ init:
55
# Test against these versions of Node.js.
66
environment:
77
matrix:
8-
- nodejs_version: "9"
8+
- nodejs_version: "11"
9+
- nodejs_version: "10"
910
- nodejs_version: "8"
10-
- nodejs_version: "6"
1111

1212
# Install scripts. (runs after repo cloning)
1313
install:

0 commit comments

Comments
 (0)
Please sign in to comment.