Skip to content

Commit

Permalink
CI: Adds explict runtime versins in job matrix.
Browse files Browse the repository at this point in the history
Updates appveyor.yml.

Related: sass#1096
  • Loading branch information
am11 committed Aug 21, 2015
1 parent 1479af6 commit 2211eef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ environment:
matrix:
# node.js
- nodejs_version: 0.10
- nodejs_version: 0 # will fetch the latest node.js version
- nodejs_version: 0.12
# io.js
- nodejs_version: 1 # will fetch the latest io.js version
- nodejs_version: 1
- nodejs_version: 2
- nodejs_version: 3

matrix:
allow_failures:
Expand Down

0 comments on commit 2211eef

Please sign in to comment.