Sha256: a03a1de69c8c0f417d73b14bb374e4e539ff095d5b898ba8cca603b5aa42f095

Contents?: true

Size: 375 Bytes

Versions: 2

Compression:

Stored size: 375 Bytes

Contents

cache:
  - vendor/bundle

environment:
  matrix:
    - RUBY_VERSION: 26-x64
    - RUBY_VERSION: 25-x64
init:
  - git config --global core.autocrlf true

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 test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-img_loading_attribute-0.3.0 appveyor.yml
middleman-img_loading_attribute-0.2.0 appveyor.yml