Skip to content

Commit ab3238d

Browse files
authored
Updates travis matrix to new ruby versions. (#335)
1 parent fdb505a commit ab3238d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ after_success:
77
- bundle exec danger
88

99
rvm:
10-
- 2.5.7
11-
- 2.6.5
12-
- 2.7.0
10+
- 2.5.8
11+
- 2.6.6
12+
- 2.7.1
1313
- ruby-head
1414
- jruby-head
1515

1616
matrix:
1717
fast_finish: true
1818

1919
include:
20-
- rvm: 2.4.9
20+
- rvm: 2.4.10
2121

2222
allow_failures:
23-
- rvm: 2.4.9
23+
- rvm: 2.4.10
2424
- rvm: ruby-head
2525
- rvm: jruby-head

0 commit comments

Comments
 (0)