Sha256: ad610b1c7fce3e77314ff66c9c3701a0f55aa677b2ef599276cb0956dc8f1548

Contents?: true

Size: 366 Bytes

Versions: 10

Compression:

Stored size: 366 Bytes

Contents

environment:
  matrix:
    - RUBY_VERSION: 25
    - RUBY_VERSION: 24
    - RUBY_VERSION: 23

# Install scripts. (runs after repo cloning)
install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - gem install bundler
  - bundle install

before_test:
  - ruby -v
  - gem -v
  - bundle -v

# Post-install test scripts.
test_script:
  - bundle exec rspec

build:
  off

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
percy-client-2.1.1 appveyor.yml
percy-client-2.1.0 appveyor.yml
percy-client-2.0.9 appveyor.yml
percy-client-2.0.8 appveyor.yml
percy-client-2.0.7 appveyor.yml
percy-client-2.0.6 appveyor.yml
percy-client-2.0.5 appveyor.yml
percy-client-2.0.4 appveyor.yml
percy-client-2.0.3 appveyor.yml
percy-client-2.0.2 appveyor.yml