Sha256: 6a2794a688eea2f24dd86bd16fba42bcf5456627bc6c40f6c0afee0b5862a09f

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

version: '{build}'

skip_tags: true

environment:
  matrix:
    - ruby_version: "21"
    - ruby_version: "21-x64"

install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - gem install bundler --no-document -v 1.11.2
  - SET BUNDLE_GEMFILE=Gemfile.norbnacl
  - bundle _1.11.2_ install --retry=3

test_script:
  - SET BUNDLE_GEMFILE=Gemfile.norbnacl
  - bundle _1.11.2_ exec rake test

build: off

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
net-ssh-4.0.0.beta3 appveyor.yml
net-ssh-4.0.0.beta2 appveyor.yml
net-ssh-4.0.0.beta1 appveyor.yml