We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b5d827 + 1926fed commit fa62f6aCopy full SHA for fa62f6a
appveyor.yml
@@ -2,14 +2,15 @@ environment:
2
nodejs_version: "6"
3
RACK_ENV: test
4
JEKYLL_LOG_LEVEL: warn
5
+ RUBY_VERSION: 22
6
matrix:
7
- TEST_SUITE: node
8
- TEST_SUITE: ruby
9
10
install:
- - set PATH=C:\Ruby22\bin;%PATH%
11
+ - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
12
- ps: Install-Product node $env:nodejs_version
- - gem install bundler --no-ri --no-rdoc
13
+ - gem install bundler --no-ri --no-rdoc --version '1.13.7'
14
- bundle config --local path vendor/bundle
15
- sh script/bootstrap
16
0 commit comments