We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99576fb commit a522dd9Copy full SHA for a522dd9
.travis.yml
@@ -1,6 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - 8
5
- 6
6
- 4
7
- "stable"
appveyor.yml
@@ -1,7 +1,9 @@
environment:
matrix:
- - nodejs_version: '6' # stable
- - nodejs_version: '4' # LTS
+ - nodejs_version: '10' # stable
+ - nodejs_version: '8' # LTS
+ - nodejs_version: '6'
+ - nodejs_version: '4'
install:
8
- ps: Install-Product node $env:nodejs_version
9
- npm cache clear
0 commit comments