Skip to content

Commit

Permalink
Merge pull request rubysherpas#465 from junaruga/feature/ci
Browse files Browse the repository at this point in the history
Add Ruby 2.6 to Travis CI.
  • Loading branch information
sevenseacat authored Mar 7, 2019
2 parents 1434cc6 + 531a229 commit ccf85e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ before_install: gem update --system
cache: bundler
rvm:
- 2.2
- 2.3.5
- 2.4.3
- 2.5.0
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- jruby-9.1.6.0

env:
Expand Down

0 comments on commit ccf85e5

Please sign in to comment.