File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ sudo: false
33env :
44 - " RAILS_VERSION=4.1.0"
55 - " RAILS_VERSION=4.2.6"
6- - " RAILS_VERSION=5.0.0.rc1 "
6+ - " RAILS_VERSION=5.0.0"
77rvm :
88 - 2.1
99 - 2.2.4
1010 - 2.3.0
1111matrix :
1212 exclude :
1313 - rvm : 2.0
14- env : " RAILS_VERSION=5.0.0.rc1 "
14+ env : " RAILS_VERSION=5.0.0"
1515 - rvm : 2.1
16- env : " RAILS_VERSION=5.0.0.rc1 "
16+ env : " RAILS_VERSION=5.0.0"
Original file line number Diff line number Diff line change 55
66# To test on a specific rails version use this:
77# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
8- # export RAILS_VERSION=5.0.0.rc1 ; bundle update rails; bundle exec rake test
8+ # export RAILS_VERSION=5.0.0; bundle update rails; bundle exec rake test
99
1010# We are no longer having Travis test Rails 4.0.x., but you can try it with:
1111# export RAILS_VERSION=4.0.0; bundle update rails; bundle exec rake test
You can’t perform that action at this time.
0 commit comments