Skip to content

Commit fa62f6a

Browse files
Merge pull request #284 from jekyll/appveyor2
Appveyor fix
2 parents 0b5d827 + 1926fed commit fa62f6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ environment:
22
nodejs_version: "6"
33
RACK_ENV: test
44
JEKYLL_LOG_LEVEL: warn
5+
RUBY_VERSION: 22
56
matrix:
67
- TEST_SUITE: node
78
- TEST_SUITE: ruby
89

910
install:
10-
- set PATH=C:\Ruby22\bin;%PATH%
11+
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
1112
- ps: Install-Product node $env:nodejs_version
12-
- gem install bundler --no-ri --no-rdoc
13+
- gem install bundler --no-ri --no-rdoc --version '1.13.7'
1314
- bundle config --local path vendor/bundle
1415
- sh script/bootstrap
1516

0 commit comments

Comments
 (0)