Sha256: c42980839e67a011678733547b289ccf3acc49b87803205087f6ddf537b66ca5

Contents?: true

Size: 603 Bytes

Versions: 4

Compression:

Stored size: 603 Bytes

Contents

version: "master-{build}"

os: Windows Server 2012
platform:
  - x64

environment:
  matrix:
    - ruby_version: "200"

clone_folder: c:\projects\test_kitchen
clone_depth: 1
skip_tags: true

branches:
  only:
    - master

install:
  - winrm quickconfig -q
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - echo %PATH%
  - ruby --version
  - gem --version
  - gem install bundler --quiet --no-ri --no-rdoc
  - bundler --version

build_script:
  - bundle install || bundle install || bundle install

test_script:
  - SET SPEC_OPTS=--format progress
  - bundle exec rake unit
  - bundle exec rake quality

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
test-kitchen-1.6.0 appveyor.yml
test-kitchen-1.5.0 appveyor.yml
test-kitchen-1.5.0.rc.1 appveyor.yml
test-kitchen-1.4.2 appveyor.yml