Skip to content

Commit

Permalink
Merge pull request #69 from okuramasafumi/bump-versions-in-ci
Browse files Browse the repository at this point in the history
Test against Ruby 2.7 in CI
  • Loading branch information
amatsuda committed Jun 5, 2020
2 parents d193502 + cb8cd0a commit f3701a5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ env:
- DB=postgresql

rvm:
- 2.6.3
- 2.7.1

gemfile:
- gemfiles/rails_52.gemfile
Expand All @@ -38,6 +38,12 @@ matrix:
- rvm: 2.6.3
gemfile: gemfiles/rails_edge.gemfile
env: DB=postgresql
- rvm: 2.6.3
gemfile: gemfiles/rails_60.gemfile
env: DB=postgresql
- rvm: 2.6.3
gemfile: gemfiles/rails_52.gemfile
env: DB=postgresql
- rvm: 2.5.5
gemfile: gemfiles/rails_51.gemfile
env: DB=postgresql
Expand Down

0 comments on commit f3701a5

Please sign in to comment.