Skip to content

Commit

Permalink
Rails 5 does not support Ruby 2.0/2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Aug 11, 2016
1 parent 1620d21 commit f910404
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ cache: bundler
rvm:
- 2.0
- 2.1
- 2.2.4
- 2.2.5
- 2.3.1
- ruby-head
- jruby
- jruby-head

env:
- JRUBY_OPTS="--2.0"
global:
- JRUBY_OPTS="--2.0"

gemfile:
- Gemfile
Expand All @@ -28,10 +29,16 @@ before_script:

matrix:
exclude:
- rvm: 2.0
gemfile: Gemfile
- rvm: 2.0
gemfile: gemfiles/rails-master.gemfile
- rvm: 2.1
gemfile: Gemfile
- rvm: 2.1
gemfile: gemfiles/rails-master.gemfile
- rvm: jruby
gemfile: Gemfile
- rvm: jruby
gemfile: gemfiles/rails-master.gemfile
- rvm: jruby-head
Expand Down

0 comments on commit f910404

Please sign in to comment.