summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 9679fe46b14f8bec54e6443c6462d3132ec85f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
clone_depth: 10
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - bundle install
build_script:
  - rake -rdevkit compile
test_script:
  - rake test
deploy: off
environment:
  matrix:
    - ruby_version: "24"
    - ruby_version: "25"