Skip to content

Commit

Permalink
Refresh Ruby Versions in CI
Browse files Browse the repository at this point in the history
Ruby2.4 is not supported in this project anymore. The production
instance runs Ruby2.5 now.

The newest Ruby version, 2.7, is also tested against from now on.
  • Loading branch information
agraul committed Feb 13, 2020
1 parent 35acd29 commit 770db55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cache: bundler
addons:
firefox: latest
rvm:
- 2.4.5
- 2.5.3
- 2.6.0
- 2.5.7
- 2.6.5
- 2.7.0
script:
- 'bundle exec rake rubocop'
- 'bundle exec rails test'
Expand Down

0 comments on commit 770db55

Please sign in to comment.