Sha256: 7f6e6fa56372b9bfab5d9e1d51b9e0e17c1eb484558f0c51cf05dcda14d36810

Contents?: true

Size: 697 Bytes

Versions: 33

Compression:

Stored size: 697 Bytes

Contents

version: "{build}"

# This will build all PRs targetting 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 mergable 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
  - gem install bundler
  - bundler --version
  - bundle install
  - cinst ansicon

test_script:
  - bundle exec rake test --trace

environment:
  matrix:
    - ruby_version: '18'
    - ruby_version: '19'
    - ruby_version: '20'
    - ruby_version: '21'
    - ruby_version: '22'

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
aruba-0.14.14 appveyor.yml
aruba-0.14.13 appveyor.yml
aruba-0.14.12 appveyor.yml
aruba-0.14.11 appveyor.yml
aruba-0.14.10 appveyor.yml
aruba-0.14.9 appveyor.yml
aruba-0.14.8 appveyor.yml
aruba-0.14.7 appveyor.yml
aruba-0.14.6 appveyor.yml
aruba-0.14.5 appveyor.yml
aruba-0.14.4 appveyor.yml
aruba-0.14.3 appveyor.yml
aruba-win-fix-0.14.2 appveyor.yml
aruba-0.14.2 appveyor.yml
aruba-0.14.1 appveyor.yml
aruba-0.14.0 appveyor.yml
aruba-0.13.0 appveyor.yml
aruba-0.12.0 appveyor.yml
aruba-0.11.2 appveyor.yml
aruba-0.11.1 appveyor.yml