We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47d036e + 0ca8fad commit b373c5fCopy full SHA for b373c5f
.travis.yml
@@ -4,9 +4,9 @@ os:
4
- linux
5
- osx
6
node_js:
7
+ - "10"
8
- "8"
9
- "6"
- - "4"
10
11
script: npm run travis
12
appveyor.yml
@@ -7,9 +7,9 @@ init:
# what combinations to test
environment:
matrix:
+ - nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6
- - nodejs_version: 4
13
14
install:
15
- ps: Install-Product node $env:nodejs_version x64
0 commit comments