Sha256: b1a44659ce6e75e7a17256afe02ccff9bac4a5cff6b7ebabc72664cab0a10b0d

Contents?: true

Size: 570 Bytes

Versions: 1

Compression:

Stored size: 570 Bytes

Contents

version: "{build}-{branch}"

branches:
  only:
    - master
    - dev-appveyor

cache:
  - vendor/bundle

environment:
  matrix:
    - RUBY_VERSION: 25
    - RUBY_VERSION: 26

install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - gem update --no-document --system 2.7.8
  - gem install bundler --no-document --version="<2.0.0"
  - bundle config --local path vendor/bundle
  - bundle install
  - git submodule update --init --recursive

build: off

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

test_script:
  - bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skippy-0.4.3.a .appveyor.yml