Skip to content

Commit a1895ed

Browse files
committed
Travis: Test against latest Rubies and Rails
1 parent 50ee939 commit a1895ed

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ language: ruby
22
rvm:
33
- 2.0.0
44
- 2.1.10
5-
- 2.2.8
6-
- 2.3.5
7-
- 2.4.2
5+
- 2.2.9
6+
- 2.3.6
7+
- 2.4.3
8+
- 2.5.0
89
gemfile:
910
- gemfiles/rails_5_2.gemfile
1011
- gemfiles/rails_5_1.gemfile
@@ -25,7 +26,9 @@ matrix:
2526
gemfile: gemfiles/rails_5_0.gemfile
2627
- rvm: 2.1.10
2728
gemfile: gemfiles/rails_5_0.gemfile
28-
- rvm: 2.4.2
29+
- rvm: 2.4.3
30+
gemfile: gemfiles/rails_4_1.gemfile
31+
- rvm: 2.5.0
2932
gemfile: gemfiles/rails_4_1.gemfile
3033
before_install: gem update bundler
3134
sudo: false

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appraise "rails-5-2" do
2-
gem "activerecord", "~> 5.2.0.beta1"
2+
gem "activerecord", "~> 5.2.0.rc1"
33
end
44

55
appraise "rails-5-1" do

gemfiles/rails_5_2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "activerecord", "~> 5.2.0.beta1"
5+
gem "activerecord", "~> 5.2.0.rc1"
66

77
gemspec path: "../"

0 commit comments

Comments
 (0)