File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11language : ruby
22sudo : false
33env :
4- - " RAILS_VERSION=4.1.0"
54 - " RAILS_VERSION=4.2.6"
65 - " RAILS_VERSION=5.0.0"
76rvm :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ when 'master'
1717 gem 'rails' , { git : 'https://github.com/rails/rails.git' }
1818 gem 'arel' , { git : 'https://github.com/rails/arel.git' }
1919when 'default'
20- gem 'rails' , '>= 4.2 '
20+ gem 'rails' , '>= 5.0 '
2121else
2222 gem 'rails' , "~> #{ version } "
2323end
Original file line number Diff line number Diff line change 77# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
88# export RAILS_VERSION=5.0.0; bundle update rails; bundle exec rake test
99
10- # We are no longer having Travis test Rails 4.0 .x., but you can try it with:
11- # export RAILS_VERSION=4.0 .0; bundle update rails; bundle exec rake test
10+ # We are no longer having Travis test Rails 4.1 .x., but you can try it with:
11+ # export RAILS_VERSION=4.1 .0; bundle update rails; bundle exec rake test
1212
1313# To Switch rails versions and run a particular test order:
1414# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake TESTOPTS="--seed=39333" test
You can’t perform that action at this time.
0 commit comments