Skip to content

Commit

Permalink
Update Ruby version to use on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaot committed Oct 9, 2019
1 parent c0e6a1d commit f82d22b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler --quiet --no-ri --no-rdoc
- bundler --version
- bundle install
build_script:
Expand All @@ -14,4 +13,4 @@ test_script:
- bundle exec rake spec
environment:
matrix:
- ruby_version: "22"
- ruby_version: "26"

0 comments on commit f82d22b

Please sign in to comment.