Skip to content

Commit eb00fa2

Browse files
committed
Update travis tests for rails 5
1 parent f672d51 commit eb00fa2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ sudo: false
33
env:
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"
77
rvm:
88
- 2.1
99
- 2.2.4
1010
- 2.3.0
1111
matrix:
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"

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.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

0 commit comments

Comments
 (0)