We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8afb3 commit dea9e18Copy full SHA for dea9e18
appveyor.yml
@@ -1,10 +1,8 @@
1
environment:
2
matrix:
3
- - nodejs_version: '0.10'
4
- - nodejs_version: '0.12'
5
- - nodejs_version: '3'
6
- nodejs_version: '4'
7
- nodejs_version: '5'
+ - nodejs_version: '6'
8
install:
9
- ps: Install-Product node $env:nodejs_version
10
- set CI=true
0 commit comments