Skip to content

Commit

Permalink
CI against newer rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 10, 2018
1 parent c0e6998 commit 04d05b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ env:
- DB=postgresql

rvm:
- 2.5.0
- 2.4.3
- 2.3.6
- 2.2.9
- 2.5.1
- 2.4.4
- 2.3.7
- 2.2.10

gemfile:
- gemfiles/rails_52.gemfile
Expand All @@ -27,13 +27,13 @@ sudo: false

matrix:
include:
- rvm: 2.5.0
- rvm: 2.5.1
gemfile: gemfiles/rails_edge.gemfile
env: DB=sqlite3
- rvm: 2.3.6
- rvm: 2.3.7
gemfile: gemfiles/rails_41.gemfile
env: DB=sqlite3
- rvm: 2.3.6
- rvm: 2.3.7
gemfile: gemfiles/rails_40.gemfile
env: DB=sqlite3
- rvm: 2.1.10
Expand Down

0 comments on commit 04d05b5

Please sign in to comment.