Skip to content

Commit

Permalink
Test against Ruby 2.4, 2.5, 2.6, 2.7 (thoughtbot#166)
Browse files Browse the repository at this point in the history
This is bumping the patch releases to the current (as of 2020-02-10) and
introducing 2.6 and 2.7 of MRI Ruby and fixes bundler to 1.17.3
  • Loading branch information
nickcharlton authored Feb 15, 2020
1 parent 659b6b7 commit ac8341f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
before_install: gem install bundler
---
before_install: gem install bundler:1.17.3

rvm:
- 2.3.6
- 2.4.3
- 2.5.0
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- jruby-9.2.9.0
- ruby-head
- jruby-head
Expand Down

0 comments on commit ac8341f

Please sign in to comment.