Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
bump ruby versions for travis (mbleigh#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbritom authored and seuros committed May 3, 2017
1 parent f1f33a9 commit 097bef8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: ruby
cache: bundler

rvm:
- 2.3.1
- 2.4.1
- 2.3.3
- 2.2.5
- 2.1
- 2.0.0
Expand All @@ -29,6 +30,10 @@ script: bundle exec rake

matrix:
exclude:
- rvm: 2.4.1
gemfile: gemfiles/activerecord_4.1.gemfile
- rvm: 2.4.1
gemfile: gemfiles/activerecord_4.0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/activerecord_5.0.gemfile
- rvm: 2.1
Expand Down

0 comments on commit 097bef8

Please sign in to comment.