We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8d839e8 commit 4ea9ed2Copy full SHA for 4ea9ed2
.travis.yml
@@ -4,9 +4,10 @@ os:
4
- linux
5
- osx
6
node_js:
7
+ - "12"
8
+ - "10"
9
- "8"
10
- "6"
- - "4"
11
12
script: npm run travis
13
appveyor.yml
@@ -7,9 +7,10 @@ init:
# what combinations to test
environment:
matrix:
+ - nodejs_version: 12
+ - nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6
- - nodejs_version: 4
14
15
install:
16
- ps: Install-Product node $env:nodejs_version x64
0 commit comments