Sha256: 219a6be53d4fab9df79a2359e57440453b9b95c6f20e2c2cf1e54a9a765e05ad

Contents?: true

Size: 510 Bytes

Versions: 1

Compression:

Stored size: 510 Bytes

Contents

---
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - ruby --version
  - gem --version
  - bundle install
build: off
test_script:
  - bundle exec rake ci
environment:
  matrix:
    - ruby_version: "200"
    - ruby_version: "200-x64"
    - ruby_version: "21"
    - ruby_version: "21-x64"
    - ruby_version: "22"
    - ruby_version: "22-x64"
    - ruby_version: "23"
    - ruby_version: "23-x64"
    - ruby_version: "24"
    - ruby_version: "24-x64"
matrix:
  allow_failures:
    - ruby_version: "193"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tty-command-0.7.0 appveyor.yml