summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 2bb0e69304d20ddc071960c8dec7c096581412b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
install:
  - SET PATH=C:\%RUBYVER%\bin;%PATH%
  - 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