Sha256: 15fe998803e38465c73885df30defbedceb52c9f515f5e263bae9796833d5069

Contents?: true

Size: 707 Bytes

Versions: 2

Compression:

Stored size: 707 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="<3.0.0"
  #
  # https://github.com/ruby/psych/issues/519
  - gem uninstall psych # Workaround bug. (https://stackoverflow.com/a/69088551)
  - 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

2 entries across 2 versions & 1 rubygems

Version Path
skippy-0.5.1.a .appveyor.yml
skippy-0.5.0.a .appveyor.yml