Sha256: cc664bce15c7cb82b9658bce9c7f7540aded08283128be8bcd6b197afe37dd03

Contents?: true

Size: 415 Bytes

Versions: 2

Compression:

Stored size: 415 Bytes

Contents

version: '{build}'

skip_tags: true

environment:
  matrix:
    - ruby_version: "24"
    - ruby_version: "24-x64"
    - ruby_version: "25"
    - ruby_version: "25-x64"
    - ruby_version: "26"
    - ruby_version: "26-x64"

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

test_script:
  - rake

build: off

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
squib-0.15.2 appveyor.yml
squib-0.15.1 appveyor.yml