Skip to content

Commit

Permalink
Merge pull request #67 from redis/travis_appveyor_housekeeping
Browse files Browse the repository at this point in the history
Updates for Travis/Appveyor and bump ruby versions in tests.
  • Loading branch information
michael-grunder authored Nov 10, 2019
2 parents f5b5608 + c2b0c11 commit 5f0eb41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: ruby
sudo: false

rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-2.6.0-preview2
- 2.4.9
- 2.5.7
- 2.6.5
- ruby-2.7.0-preview2
- jruby-19mode

notifications:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- ruby --version
- ruby -e 'p([:engine, RUBY_ENGINE, :platform, RUBY_PLATFORM])'
- gem --version
- gem install bundler --no-document
- gem install bundler:1.17.3 --no-document
- bundler --version
- bundle install --retry=3

Expand Down

0 comments on commit 5f0eb41

Please sign in to comment.