Skip to content

Commit 7c0c1ac

Browse files
committed
Update travis for Rails 5.1 and Ruby 2.5
1 parent 2c2ac06 commit 7c0c1ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ script: bin/rake
66
rvm:
77
- 2.3.3
88
- 2.4.0
9+
- 2.5.0
910
env:
11+
- RAILS_VERSION='~> 5.1.0'
1012
- RAILS_VERSION='~> 5.0.0'
1113
- RAILS_VERSION='~> 4.2.8'
1214
- RAILS_VERSION='4-2-stable'
1315
- RAILS_VERSION='5-0-stable'
16+
- RAILS_VERSION='5-1-stable'
1417
matrix:
1518
include:
1619
- rvm: 2.2.3

Gemfile-rails-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ if version && !version.empty?
2424
elsif RUBY_VERSION.to_f < 2.4
2525
gem "rails", "~> 4.2.0"
2626
else
27-
gem "rails", "~> 5.0"
27+
gem "rails", "~> 5.1"
2828
end

0 commit comments

Comments
 (0)