Sha256: 0f58057dd13bf7187a1921b5d5ec141d6b4aacb6643b55088f792b2873ac905a

Contents?: true

Size: 388 Bytes

Versions: 9

Compression:

Stored size: 388 Bytes

Contents

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

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

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

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

build:
  off

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
percy-client-2.0.1 appveyor.yml
percy-client-2.0.0 appveyor.yml
percy-client-1.15.0 appveyor.yml
percy-client-1.14.1 appveyor.yml
percy-client-1.14.0 appveyor.yml
percy-client-1.13.10 appveyor.yml
percy-client-1.13.9 appveyor.yml
percy-client-1.13.8 appveyor.yml
percy-client-1.13.7 appveyor.yml