mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
adding appveyor.yml file
This commit is contained in:
parent
6aba260491
commit
fb719df5a8
24
appveyor.yml
Normal file
24
appveyor.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
version: '{build}'
|
||||||
|
|
||||||
|
skip_tags: true
|
||||||
|
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- ruby_version: "193"
|
||||||
|
- ruby_version: "193-x64"
|
||||||
|
- ruby_version: "200"
|
||||||
|
- ruby_version: "200-x64"
|
||||||
|
- ruby_version: "21"
|
||||||
|
- ruby_version: "21-x64"
|
||||||
|
- ruby_version: "22"
|
||||||
|
- ruby_version: "22-x64"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
||||||
|
- gem install bundler
|
||||||
|
- bundle install --retry=3
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- RAILS_ENV=test bundle exec rake
|
||||||
|
|
||||||
|
build: off
|
||||||
Loading…
Reference in New Issue
Block a user