File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - " RAILS_VERSION=5.0.7.1"
66 - " RAILS_VERSION=5.1.6.1"
77 - " RAILS_VERSION=5.2.2"
8- - " RAILS_VERSION=master"
8+ # - "RAILS_VERSION=6.0.0.beta1"
9+ # - "RAILS_VERSION=master"
910rvm :
1011 - 2.3.8
1112 - 2.4.5
1213 - 2.5.3
14+ - 2.6.1
1315matrix :
1416 allow_failures :
1517 - env : " RAILS_VERSION=master"
18+ - env : " RAILS_VERSION=6.0.0.beta1"
19+ exclude :
20+ - rvm : 2.6.1
21+ env : " RAILS_VERSION=4.2.11"
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# export RAILS_VERSION=5.1.0; bundle update rails; bundle exec rake test
10+ # export RAILS_VERSION=6.0.0.beta1; bundle update rails; bundle exec rake test
1011
1112# We are no longer having Travis test Rails 4.1.x., but you can try it with:
1213# export RAILS_VERSION=4.1.0; bundle update rails; bundle exec rake test
You can’t perform that action at this time.
0 commit comments