mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
33 lines
587 B
YAML
33 lines
587 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 -x
|
|
- # 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
|