Skip to content

Commit

Permalink
Rails 5 requires at least Ruby 2.2, don't test unsupported ones
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Jan 15, 2016
1 parent 579f7de commit 63b9915
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -52,6 +52,12 @@ matrix:
gemfile: ci/rails-5.0.gemfile
- rvm: jruby-18mode
gemfile: ci/rails-5.0.gemfile
- rvm: 1.9.3
gemfile: ci/rails-5.0.gemfile
- rvm: 2.0.0
gemfile: ci/rails-5.0.gemfile
- rvm: 2.1
gemfile: ci/rails-5.0.gemfile
notifications:
email:
- jonathan.tron@metrilio.com

0 comments on commit 63b9915

Please sign in to comment.