summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 9d88908e254017b5363c188edb99fbf037c26d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
install:
  - SET PATH=C:\%RUBYVER%\bin;%PATH%
  - SET RAKEOPT=-rdevkit
  - gem install bundler --quiet --no-ri --no-rdoc
  - bundle install
build: off
test_script:
  - bundle exec rake test
environment:
  matrix:
    - RUBYVER: Ruby193
    - RUBYVER: Ruby200
    - RUBYVER: Ruby200-x64
    - RUBYVER: Ruby21
    - RUBYVER: Ruby21-x64
    - RUBYVER: Ruby22
    - RUBYVER: Ruby22-x64
    - RUBYVER: Ruby23
    - RUBYVER: Ruby23-x64