Skip to content

Commit

Permalink
Simplify AppVeyor configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 7, 2019
1 parent 43b4d98 commit c78350f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ environment:
- RUBY_VERSION: 24-x64
- RUBY_VERSION: 23-x64
- RUBY_VERSION: 23
- RUBY_VERSION: 22

init:
- ps: |
Expand All @@ -23,16 +22,11 @@ init:
install:
- SET RAKEOPT=-rdevkit
- ps: |
if ($env:RUBY_VERSION -eq '_trunk' -or $env:RUBY_VERSION -ge '23' ) {
gem update --system --conservative --no-document
} else {
gem update --system 2.7.9 --conservative --no-document
}
- gem update --system --conservative --no-document
- ruby -v
- gem -v
- bundle -v
- bundle install --path vendor\bundle
- bundle install --path vendor\bundle --without development

test_script:
- bundle exec rake spec
Expand Down

0 comments on commit c78350f

Please sign in to comment.