Skip to content

Commit b6935b9

Browse files
committed
Run tests with the latest patch levels of Ruby
1 parent 7d28aad commit b6935b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: ruby
22
rvm:
3-
- 2.4.6
4-
- 2.5.6
5-
- 2.6.4
3+
- 2.4.9
4+
- 2.5.7
5+
- 2.6.5
66
gemfile:
77
- gemfiles/5.0.gemfile
88
- gemfiles/5.1.gemfile
@@ -15,7 +15,7 @@ script:
1515

1616
matrix:
1717
exclude:
18-
- rvm: 2.4.6
18+
- rvm: 2.4.9
1919
gemfile: gemfiles/6.0.gemfile
2020

2121
include:
@@ -24,11 +24,11 @@ matrix:
2424
gemfile: gemfiles/6.0.gemfile
2525

2626
# Next version of Rails
27-
- rvm: 2.5.0
27+
- rvm: 2.5.7
2828
gemfile: gemfiles/edge.gemfile
2929

3030
# Running one job to execute DANGER bot and linting
31-
- rvm: 2.5.0
31+
- rvm: 2.5.7
3232
gemfile: gemfiles/6.0.gemfile
3333
script:
3434
- gem install danger
@@ -37,5 +37,5 @@ matrix:
3737

3838
allow_failures:
3939
- rvm: ruby-head
40-
- rvm: 2.5.0
40+
- rvm: 2.5.7
4141
gemfile: gemfiles/edge.gemfile

0 commit comments

Comments
 (0)