active_model_serializers/appveyor.yml
2019-05-01 22:58:09 +03:00

33 lines
593 B
YAML

version: 1.0.{build}-{branch}
skip_tags: true
environment:
JRUBY_OPTS: "--dev -J-Xmx1024M --debug"
RAILS_VERSION: 5.2
matrix:
- ruby_version: "Ruby23"
- ruby_version: "Ruby23-x64"
cache:
- vendor/bundle
install:
- SET PATH=C:\%ruby_version%\bin;%PATH%
- gem uninstall bundler -a -x -I
- gem update --system 2.7.9
- # gem install bundler -v '1.17.3'
- bundle env
- bundle check || bundle install --path=vendor/bundle --retry=3 --jobs=3
- bundle clean --force
before_test:
- ruby -v
- gem -v
- bundle -v
test_script:
- bundle exec rake ci
build: off