active_model_serializers/appveyor.yml
CorainChicago 69c0338663 add JRuby 9000 to appveyor.yml
add JRuby 9000 to appveyor.yml
2016-02-04 22:35:04 -06:00

29 lines
500 B
YAML

version: '{build}'
skip_tags: true
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "jruby-9.0.4.0"
cache:
- vendor/bundle
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler
- bundler --version
- bundle platform
- bundle install --path=vendor/bundle --retry=3 --jobs=3
test_script:
- bundle exec rake ci
build: off