Sha256: 86689b77d6cbe8b3dcd78341c8ed169109aab34009fd8a185c8db2d52e91abc6

Contents?: true

Size: 500 Bytes

Versions: 1

Compression:

Stored size: 500 Bytes

Contents

version: 1.0.{build}-{branch}

cache:
  - vendor/bundle

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

install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - bundle config --local path vendor/bundle
  - bundle install

build: off

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

test_script:
  - bundle exec rake

after_test:
  - bundle exec rake build

artifacts:
  - path: pkg/*.gem
    name: Gem

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appveyor-worker-0.2.0 appveyor.yml