Sha256: e22946efd554dc509519c8084568548ea8e8e82628d9739f4b27eebc5c7f284d

Contents?: true

Size: 473 Bytes

Versions: 4

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: 22
    - ruby_version: 23
    - ruby_version: 24

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
apiaryio-0.12.0 appveyor.yml
apiaryio-0.11.1 appveyor.yml
apiaryio-0.11.0 appveyor.yml
apiaryio-0.10.2 appveyor.yml