summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: eca79c7e295f609b66f6824132393e041daf8e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: '{build}'

skip_tags: true

environment:
  matrix:
    - ruby_version: "21"
    - ruby_version: "21-x64"

install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - gem install bundler --no-document -v 1.10.5
  - bundle install --retry=3 --without development

test_script:
  - bundle exec rake

build: off