rspec/rspec-mocks

View on GitHub
appveyor.yml

Summary

Maintainability
Test Coverage
# This file was generated on 2020-04-03T18:53:23+03:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

version: "{build}"

# This will build all PRs targetting matching branches.
# Without this, each PR builds twice -- once for the PR branch HEAD,
# and once for the merge commit that github creates for each mergable PR.
branches:
  only:
    - master
    - /.*-maintenance$/

# Disable normal Windows builds in favor of our test script.
build: off

cache:
  - vendor/bundle

install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - bundle config --local path vendor/bundle
  - bundle install
  - cinst ansicon

before_test:
  - ruby --version
  - gem --version
  - bundle --version

test_script:
  - bundle exec rspec --backtrace

environment:
  matrix:
    - ruby_version: 200
    - ruby_version: 21
    - ruby_version: 22
    - ruby_version: 23-x64
    - ruby_version: 24-x64
    - ruby_version: 25-x64
    - ruby_version: 26-x64