We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c52abf commit a678613Copy full SHA for a678613
2 files changed
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
env:
4
- "RAILS_VERSION=4.1.0"
5
- "RAILS_VERSION=4.2.6"
6
- - "RAILS_VERSION=5.0.0.beta3"
+ - "RAILS_VERSION=5.0.0.rc1"
7
rvm:
8
- 2.1
9
- 2.2.4
test/test_helper.rb
@@ -5,7 +5,7 @@
# To test on a specific rails version use this:
# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
-# export RAILS_VERSION=5.0.0.beta3; bundle update rails; bundle exec rake test
+# export RAILS_VERSION=5.0.0.rc1; bundle update rails; bundle exec rake test
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
0 commit comments