Sha256: 336083645e03131fdc70fc2633bfbbdcc742b3afbc31237fe17712b60bca5811

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

# Test on Ruby 2.2 and 2.1
environment:
  matrix:
    - 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

1 entries across 1 versions & 1 rubygems

Version Path
percy-cli-1.3.0 appveyor.yml