Skip to content

Commit

Permalink
bump ruby versions for travis (#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 f0a2e47 commit 919e719
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 919e719

Please sign in to comment.