Sha256: 41acd73bcebbf196612c8679e214d923f41c357067ae3b856be7625c0bfe33a6

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

version: '{build}'

skip_tags: true

environment:
  matrix:
    - ruby_version: "23"
    - ruby_version: "23-x64"

install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - gem install bundler --no-document --conservative --version 1.10.5
  - bundle install --retry=3

test_script:
  - bundle exec rake

build: off

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
airbrussh-1.3.0 appveyor.yml
airbrussh-1.2.0 appveyor.yml
airbrussh-1.1.2 appveyor.yml