We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb505a commit ab3238dCopy full SHA for ab3238d
.travis.yml
@@ -7,19 +7,19 @@ after_success:
7
- bundle exec danger
8
9
rvm:
10
- - 2.5.7
11
- - 2.6.5
12
- - 2.7.0
+ - 2.5.8
+ - 2.6.6
+ - 2.7.1
13
- ruby-head
14
- jruby-head
15
16
matrix:
17
fast_finish: true
18
19
include:
20
- - rvm: 2.4.9
+ - rvm: 2.4.10
21
22
allow_failures:
23
24
- rvm: ruby-head
25
- rvm: jruby-head
0 commit comments