File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
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 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