forked from rspec/rspec-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
33 lines (27 loc) · 917 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file was generated on 2017-09-15T10:18:21+09: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
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler -v "!= 1.12.0, != 1.12.1, != 1.12.2, != 1.12.3"
- bundler --version
- bundle install
- cinst ansicon
test_script:
- bundle exec rspec --backtrace
environment:
matrix:
# ruby_version: '20' doesn't work for some reason
- ruby_version: '193'
- ruby_version: '21'