mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
28 lines
503 B
YAML
28 lines
503 B
YAML
version: '{build}'
|
|
|
|
skip_tags: true
|
|
|
|
environment:
|
|
matrix:
|
|
- ruby_version: "200"
|
|
- ruby_version: "200-x64"
|
|
- ruby_version: "21"
|
|
- ruby_version: "21-x64"
|
|
|
|
cache:
|
|
- vendor/bundle
|
|
|
|
install:
|
|
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
|
- ruby --version
|
|
- gem --version
|
|
- gem install bundler -v 1.17.3
|
|
- bundler --version
|
|
- bundle platform
|
|
- bundle install --path=vendor/bundle --retry=3 --jobs=3
|
|
|
|
test_script:
|
|
- bundle exec rake test
|
|
|
|
build: off
|