Skip to content

Commit

Permalink
drop Node.js 0.10 from AppVeyor
Browse files Browse the repository at this point in the history
AppVeyor is just too flaky and we already test Node.js 0.10 on Linux.

Closes #241
  • Loading branch information
sindresorhus committed Nov 19, 2015
1 parent c45c9c1 commit 505c708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ environment:
- nodejs_version: '5'
- nodejs_version: '4'
- nodejs_version: '0.12'
- nodejs_version: '0.10'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down

0 comments on commit 505c708

Please sign in to comment.