Skip to content

Commit 498246e

Browse files
authored
Updates travis matrix to new ruby versions. (#783)
1 parent 05939a0 commit 498246e

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.rubocop.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Layout/LineLength:
1717
Exclude:
1818
- spec/**/*
1919

20+
Lint/RaiseException:
21+
Enabled: true
22+
23+
Lint/StructNewOverride:
24+
Enabled: true
25+
2026
Metrics/BlockLength:
2127
Exclude:
2228
- spec/**/*
@@ -36,7 +42,9 @@ Style/RegexpLiteral:
3642

3743
Style/HashEachMethods:
3844
Enabled: true
45+
3946
Style/HashTransformKeys:
4047
Enabled: true
48+
4149
Style/HashTransformValues:
4250
Enabled: true

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ after_success:
99
- bundle exec danger
1010

1111
rvm:
12-
- 2.5.7
13-
- 2.6.5
14-
- 2.7.0
12+
- 2.5.8
13+
- 2.6.6
14+
- 2.7.1
1515
env:
1616
- GRAPE_VERSION=1.3.0 MODEL_PARSER=grape-swagger-entity
1717
- GRAPE_VERSION=1.3.0 MODEL_PARSER=grape-swagger-representable
@@ -22,14 +22,14 @@ jobs:
2222
fast_finish: true
2323

2424
include:
25-
- rvm: 2.4.9
25+
- rvm: 2.4.10
2626
env:
2727
- rvm: ruby-head
2828
env:
2929
- rvm: jruby-head
3030
env:
3131

3232
allow_failures:
33-
- rvm: 2.4.9
33+
- rvm: 2.4.10
3434
- rvm: ruby-head
3535
- rvm: jruby-head

0 commit comments

Comments
 (0)