summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: c82a9e4617511572767bfd1d9091936451da34e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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