mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
updating appveyor.yml for better ouput
This commit is contained in:
parent
58968ebe95
commit
acb367989c
@ -15,10 +15,13 @@ environment:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
||||||
|
- ruby --version
|
||||||
|
- gem --version
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
|
- bundler --version
|
||||||
- bundle install --retry=3
|
- bundle install --retry=3
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- RAILS_ENV=test bundle exec rake
|
- bundle exec rake
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user