Skip to content

Commit

Permalink
Update appveyor to use a more modern version of Ruby (2.6) (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jul 23, 2022
1 parent 0ae0026 commit a6d5063
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
version: '{build}'

version: "{build}"
skip_tags: true

skip_branch_with_pr: true

environment:
matrix:
- ruby_version: "23"
- ruby_version: "23-x64"

install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem uninstall bundler --all --executables
- gem install bundler --no-document -v "~>1.17"
- set PATH=C:\Ruby26-x64\bin;%PATH%
- bundle install --retry=3

test_script:
- bundle exec rake

build: off

0 comments on commit a6d5063

Please sign in to comment.