Sha256: ee1ee32b943fdf637dd65a32ce8742b1e5e1f47dae5924cd1f9ef073bb6f8912

Contents?: true

Size: 659 Bytes

Versions: 1

Compression:

Stored size: 659 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
    - still

# 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
  - cinst ansicon

test_script:
  - bundle exec rake spec --trace

environment:
  matrix:
    - ruby_version: '23'
    - ruby_version: '24'
    - ruby_version: '25'
    - ruby_version: '26'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aruba-1.0.0.pre.alpha.5 appveyor.yml