Skip to content

Commit c676e64

Browse files
authored
Add latest Ruby versions to CI, including 3.0 (#2071)
1 parent d369967 commit c676e64

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: ruby
22
rvm:
3-
- 2.7.1
4-
- 2.6.6
5-
- 2.5.8
6-
- 2.4.10
7-
- 2.3.8
3+
- 3.0
4+
- 2.7
5+
- 2.6
6+
- 2.5
7+
- 2.4
8+
- 2.3
89
- 2.2
910
- 2.1
1011
- 2.0
@@ -17,8 +18,8 @@ matrix:
1718
include:
1819
- rvm: rbx-2
1920
script: bundle exec rake spec
20-
# Run Danger only once, on 2.5.8
21-
- rvm: 2.5.8
21+
# Run Danger only once, on 2.5
22+
- rvm: 2.5
2223
before_script: bundle exec danger
2324

2425
script: bundle exec rake spec rubocop

0 commit comments

Comments
 (0)