Skip to content

Commit

Permalink
always run against latest ruby on CI and add 2.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
doits committed Jul 26, 2019
1 parent c5bcac1 commit 947f752
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 @@ -2,9 +2,10 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.3.7
- 2.4.4
- 2.5.1
- 2.3
- 2.4
- 2.5
- 2.6
env:
- DB=postgres ORM=active_record RAILS_VERSION=4.2
- DB=mysql ORM=active_record RAILS_VERSION=4.2
Expand Down

0 comments on commit 947f752

Please sign in to comment.