Sha256: 553821fbe4a89e1aa632c8850f7be94f7a234c0048ad733f8cb35a016e9cd33d

Contents?: true

Size: 473 Bytes

Versions: 1

Compression:

Stored size: 473 Bytes

Contents

---
version: "{branch}-{build}"

clone_depth: 10

build: off

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

before_test:
  - ruby --version
  - gem --version
  - bundler --version

test_script:
  - bundle exec rspec spec

artifacts:
  - path: pkg\*.gem

cache:
  - vendor/bundle

environment:
  matrix:
    - ruby_version: 23
    - ruby_version: 24
    - ruby_version: 25

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
apiaryio-0.13.0 appveyor.yml