Skip to content

Commit

Permalink
Update AppVeyor config.
Browse files Browse the repository at this point in the history
Use x64 Ruby on x64 platform.
  • Loading branch information
XhmikosR committed Mar 18, 2016
1 parent 519d4d2 commit be8205a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ environment:
matrix:
- nodejs_version: "0.10"
platform: x86
ruby_folder_version: "22"
- nodejs_version: "0.12"
platform: x86
ruby_folder_version: "22"
- nodejs_version: "4"
platform: x64
ruby_folder_version: "22-x64"
- nodejs_version: "4"
platform: x86
ruby_folder_version: "22"
- nodejs_version: "5"
platform: x86
ruby_folder_version: "22"

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand All @@ -25,6 +30,7 @@ install:
npm -g install npm@3
$env:PATH="$env:APPDATA\npm;$env:PATH"
}
- SET "PATH=C:\Ruby%ruby_folder_version%\bin;%PATH%"
- gem install sass
- npm install

Expand Down

0 comments on commit be8205a

Please sign in to comment.