Skip to content

Commit

Permalink
[Tests] [appveyor] drop support for pre-node-4, add node 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 6, 2016
1 parent 3c8afb3 commit dea9e18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
environment:
matrix:
- nodejs_version: '0.10'
- nodejs_version: '0.12'
- nodejs_version: '3'
- nodejs_version: '4'
- nodejs_version: '5'
- nodejs_version: '6'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down

0 comments on commit dea9e18

Please sign in to comment.