Skip to content

Commit a678613

Browse files
committed
test against rails5rc1
1 parent 3c52abf commit a678613

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
env:
44
- "RAILS_VERSION=4.1.0"
55
- "RAILS_VERSION=4.2.6"
6-
- "RAILS_VERSION=5.0.0.beta3"
6+
- "RAILS_VERSION=5.0.0.rc1"
77
rvm:
88
- 2.1
99
- 2.2.4

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.beta3; bundle update rails; bundle exec rake test
8+
# export RAILS_VERSION=5.0.0.rc1; 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

0 commit comments

Comments
 (0)