mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Fix appveyor setting for JRuby
Path for JRuby is not correct so tests run on CRuby 1.9 till now...
This commit is contained in:
parent
bade0f2dd6
commit
d9eac2a4bd
14
appveyor.yml
14
appveyor.yml
@ -3,21 +3,19 @@ version: '{build}'
|
|||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
JRUBY_OPTS: "--dev -J-Xmx1024M --debug"
|
||||||
matrix:
|
matrix:
|
||||||
- ruby_version: "21"
|
- ruby_version: "Ruby21"
|
||||||
- ruby_version: "21-x64"
|
- ruby_version: "Ruby21-x64"
|
||||||
- ruby_version: "jruby-9.0.4.0"
|
- ruby_version: "jruby-9.0.0.0"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- vendor/bundle
|
- vendor/bundle
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
- SET PATH=C:\%ruby_version%\bin;%PATH%
|
||||||
- ruby --version
|
|
||||||
- gem --version
|
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundler --version
|
- bundle env
|
||||||
- bundle platform
|
|
||||||
- bundle install --path=vendor/bundle --retry=3 --jobs=3
|
- bundle install --path=vendor/bundle --retry=3 --jobs=3
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user