Skip to content

Commit

Permalink
Match travis node version
Browse files Browse the repository at this point in the history
We just added testing against node versions 4, 5, and 6 to travis. Makes sense to add them to appveyor as well.
  • Loading branch information
amilajack committed Sep 23, 2016
1 parent ae1a158 commit e35d9ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ environment:

matrix:
# Node versions to run
- nodejs_version: "5.0"
- nodejs_version: 6
- nodejs_version: 5
- nodejs_version: 4

# Fix line endings in Windows. (runs before repo cloning)
init:
Expand Down

0 comments on commit e35d9ef

Please sign in to comment.