summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: f0441f4318bfd0dd8a2f099154828dd02e8ad50a (plain)
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
34
35
36
37
version: 2.0.{build}-{branch}

cache:
  - vendor/bundle

environment:
  matrix:
    - RUBY_VERSION: "193"
    - RUBY_VERSION: "200"
    - RUBY_VERSION: "200-x64"
    - RUBY_VERSION: "21"
    - RUBY_VERSION: "21-x64"
    - RUBY_VERSION: "22"
    - RUBY_VERSION: "22-x64"
    - RUBY_VERSION: "23"
    - RUBY_VERSION: "23-x64"
    - RUBY_VERSION: "24"
    - RUBY_VERSION: "24-x64"

matrix:
  allow_failures:
    - RUBY_VERSION: "193"

install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - bundle config --local path vendor/bundle
  - bundle install --retry=3 --without code_quality

build: off

before_test:
  - ruby -v
  - gem -v
  - bundle -v

test_script:
  - bundle exec rake