Sha256: 19528e1f8cf5aa229da2a348896a7a2154fa86c7dfff7dcd36be70dd004b2295

Contents?: true

Size: 667 Bytes

Versions: 2

Compression:

Stored size: 667 Bytes

Contents

version: "{build}"

# This will build all PRs targeting matching branches.
# Without this, each PR builds twice -- once for the PR branch HEAD,
# and once for the merge commit that github creates for each mergeable PR.
branches:
  only:
    - master

# Disable normal Windows builds in favor of our test script.
build: off

install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - ruby --version
  - gem --version
  - bundler --version
  - bundle install

test_script:
  - bundle exec rake spec --trace

environment:
  matrix:
    - ruby_version: '24'
    - ruby_version: '25'
    - ruby_version: '26'
    # Note: ruby version 2.7 is not available as of 2019-12-31

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aruba-1.0.2 appveyor.yml
aruba-1.0.1 appveyor.yml